Change By: Francisco J. Giner (02/Mar/15 6:29 PM)
Description: After upgrading blossom module and magnolia to current versions and modifying magnolia.properties to change widgetset class, all the checkboxes are not showing properly. I attach an example. Before upgrading everything was working nice.
This is how I configure that checkbox:

{code}
@TabFactory("Properties")
    public void contentTab(UiConfig cfg, TabBuilder tab) {
        tab.fields(
    cfg.fields.checkbox("renderTemplate").label("Render template").description("Check this box to render base template")
        );
    }
{code}



Update: 

If you add .buttonLabel("") to the method chain the code disappears.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to