write out raw trinidad selector when in dt mode
-----------------------------------------------
Key: TRINIDAD-1891
URL: https://issues.apache.org/jira/browse/TRINIDAD-1891
Project: MyFaces Trinidad
Issue Type: New Feature
Components: Components
Affects Versions: 2.0.0.3-core
Environment: n/a
Reporter: Gary VanMatre
Priority: Critical
To help skinning efforts, we would like the raw selector name to be written
out in a new attribute in DT mode only.
for instance, instead of:
<element class="af_commandButton_access-key" />
it would write out in DT mode:
<element class="af_commandButton_access-key"
rawClass="af|commandButton::access-key" />
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.