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
1155
styling ultraCheckEditor with property "style=Button"
posted
Hello together,

I have a ultraCheckEditor with the property "style=Button" and I use a style file for styling my application. My ultraCheckEditor with property "style=button" have to look like a ultraButton(as it is defined in syle file) but when my ultraCheckEditor have the property "style=check" the style have to be normal.
Is this possible with a style file?

Thanks!

Parents
  • 37774
    Verified Answer
    posted

    Are you saying that you only want the UltraCheckEditor to pick up the application styling if its Style is set to Button?  What you could do is create a new StyleSet within AppStylist for each type, then set the StyleSetName property on the UltraCheckEditor accordingly.  So you would create a StyleSet named, for instance, "CheckButtonStyle" and another named "CheckStyle" within AppStylist.  If you don't want to do any styling on regular checkboxes, you could just assign the button-style editors the StyleSetName.  I don't think that there's any way to specifically only apply a style to a Button-styled UltraCheckEditor from within AppStylist, though.

    -Matt

Reply Children
No Data