[ 
https://issues.apache.org/jira/browse/TOBAGO-215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471084
 ] 

Bernd Bohmann commented on TOBAGO-215:
--------------------------------------

I test it with charlotteville.

Added this section to tobago-theme.xml

<renderers>
    <renderer>
      <name>SelectBooleanCheckbox</name>
      <supported-markup>
        <markup>modified</markup>
      </supported-markup>
    </renderer>
  </renderers>

and get following html code

<input type="checkbox" value="true" checked="checked" 
name="page:selectBooleanCheckbox:_idJsp9" 
class="tobago-selectBooleanCheckbox-default 
tobago-selectBooleanCheckbox-markup-modified " 
id="page:selectBooleanCheckbox:_idJsp9"
>

> markup attribute for all input components
> -----------------------------------------
>
>                 Key: TOBAGO-215
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-215
>             Project: MyFaces Tobago
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.0.7, 1.0.8, 1.0.9
>         Environment: All
>            Reporter: Helmut Swaczinna
>         Assigned To: Bernd Bohmann
>             Fix For: 1.0.10
>
>
> Please provide a markup attribute for all input components.
> I have to set the background color for some individual input components.
> So far, I use a Javascript workaround, but this doesn't work, when the
> component resides on an Ajax loaded part of the page (tc:popup, tc:tab).
> So when the page is initially loaded, I can't access these components via
> Javascript. 
> Nice to have: Specifying a combination of markups for one component, for 
> example markup="number;bold."

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to