Page 1 of 1

how to set label on button?

Posted: Tue Apr 01, 2014 12:13 pm
by pritu patel

Image

I want like above image.
What i want to do for orange circle on button??


how to set label on button?

Posted: Tue Apr 01, 2014 1:21 pm
by Kateryna Grynko

Hi Pritu,

You will need HTML component and some custom CSS code.
To create a circle label you can setpreborder-radius: 50%;/pre
To place it over button use codez-index/code
And shift it as needed.


how to set label on button?

Posted: Wed Apr 02, 2014 6:38 am
by pritu patel

thanks katya,
I do it using another approch.
I follow this example:
http://jsfiddle.net/ThinkingStiff/mLW47/
I can do it succesfully.


how to set label on button?

Posted: Wed Apr 02, 2014 7:10 am
by Kateryna Grynko

Pritu,

Thank you for sharing this!