Answered
Radio Buttons Canvas value and text with Javascript
I want to set the values and text to radiobuttons components in html5 canvas per Javascript.
I don`t want to use the components panel.
Does anyone know a documentation for this components.
I want to set the values and text to radiobuttons components in html5 canvas per Javascript.
I don`t want to use the components panel.
Does anyone know a documentation for this components.
I have got it the a radio button with instance name r1 the value is:
$("#r1").val('Super');the label is
$("#r1").next().text( "Default" );
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.