Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
945
ultracheckEditor styling not applied when sytle is set to button
posted

hi, 

I am using an ultracheckeditor as a toggle button within my application. To do this i am setting the style of the ultracheckeditor to "button" as opposed to the standard "check". It works fine except that the appstyling is not applied to the resulting button.

If the control is left with a style of "check" the appstyling is applied fine...

Am i missing something.. or there something else i need to do to get it to pick up the appstyling...

Ray

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Ray,

    I tried this out and it works just fine for me. What UIRoles are you trying to use here?

    Once you change the Style of the UltraCheckEditor to button, it no longer serves as a CheckBox in terms of the UI, it becomes a state button. So the styling comes from the Button UIRole. You can use the Checked/Unchecked states of the Button UIRole to style it.

Children