Page 1 of 1

tabPanel icon

Posted: 28 Mar 2016, 07:20
by microdeveloper
Is there any way to insert icon inside the header of tabPanel.

Re: tabPanel icon

Posted: 28 Mar 2016, 13:38
by cagatay.civici
Not yet, but my colleague is working on it. We've done the same for accordion headers. Will give an update soon.

Re: tabPanel icon

Posted: 28 Mar 2016, 19:39
by microdeveloper
Thank you very much i really appreciate the prompt replay.

Re: tabPanel icon

Posted: 29 Mar 2016, 09:38
by cagatay.civici
We've tried, it worked but not happy with solution so looking for a better one.

Re: tabPanel icon

Posted: 29 Mar 2016, 19:23
by mcwebdev
For the time being you could use raw css for that.

Code: Select all

.ui-panel-title:after{ font: normal normal normal 14px/1 FontAwesome; content: "\f286";}

Re: tabPanel icon

Posted: 29 Mar 2016, 19:24
by cagatay.civici
Nice solution!

Re: tabPanel icon

Posted: 18 Apr 2016, 22:41
by microdeveloper
Hi any solution now to add buttons inside Panel header.

Re: tabPanel icon

Posted: 19 Apr 2016, 10:45
by cagatay.civici
It is planned for beta4.

Re: tabPanel icon

Posted: 19 Apr 2016, 10:59
by microdeveloper
Sounds like a good news. Thanks