BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi!
How can I set Tooltip for EJRadioButton control in ASP.NET Webforms?
Thanks,
Imre
<ej:RadioButton Name="category" ID="Radio1" runat="server" Checked="true" Text="1+ years" ></ej:RadioButton>
<script>
$(document).ready(function () {
obj = $("#<%=Radio1.ClientID%>").ejRadioButton("instance");
obj.option("htmlAttributes",{title: "Experienced" } );
});
</script> |
Hi!
Thanks, it's working.
Regards,
Imre
Hi!
I have another question:
I have EJDropDownList in my site (www.recognitiongame.com) where you can select main themes. I have set the cursor:pointer for this control.
How can I set this pointer cursor for the dropped items?
When I open the DropDownList the cursor is default.
Regards,
Imre