This is a migrated thread and some comments may be shown as answers.

Button with Icon using SecondaryIconCssClass

1 Answer 69 Views
Button
This is a migrated thread and some comments may be shown as answers.
srivalli kothapalli
Top achievements
Rank 1
srivalli kothapalli asked on 27 Jan 2014, 03:07 PM
Hi,

Im using Radbutton for my aspx pages, I previously saw on telerik documention which shows all the telerik images using SecondaryIconCssClass but now im unable to find it .

Can somebody help navigating to that page.

I don't want to use images, I want to use as the following

 <telerik:RadButton ID="rdbtnSave" runat="server" Text="Save" Skin="WebBlue"
                        onclick="rdbtnSave_Click">
                        <Icon PrimaryIconCssClass="rbSave" PrimaryIconLeft="4" PrimaryIconTop="4"></Icon>
                    </telerik:RadButton>
                    <telerik:RadButton ID="rdbtnCancel" runat="server" Text="Cancel" Skin="WebBlue"
                        onclick="rdbtnCancel_Click">
                        <Icon SecondaryIconCssClass="rbCancel" SecondaryIconRight="4" SecondaryIconTop="4">
                        </Icon>
                    </telerik:RadButton>

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 28 Jan 2014, 04:36 AM
Hi,

Please have a look into this help documentation which discuss about the RadButton Icons.

Thanks,
Shinu.
Tags
Button
Asked by
srivalli kothapalli
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or