Page 1 of 1

Panel header + Buttons

Posted: 02 May 2016, 14:09
by microdeveloper
Hi thanks for the another nice release as you had said before that we would have a Panel header + button inside header in beta 4, So please guide me how can add button inside my panel header.

Thanks

Re: Panel header + Buttons

Posted: 05 May 2016, 13:12
by cagatay.civici
Was there an issue about this? I think we forget to create a github issue so missed it.

Re: Panel header + Buttons

Posted: 05 May 2016, 13:33
by cagatay.civici
Done for Beta5 (will be released tonight)

Code: Select all

<p-panel >
    <header>
        Header content here
    </header>
    Body Content
</p-panel>