[
https://issues.apache.org/jira/browse/TRINIDAD-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663255#action_12663255
]
Tomas Havelka commented on TRINIDAD-1187:
-----------------------------------------
ProcessChoiceBar component is rendered as DOM output as following:
<!--Start: org.apache.myfaces.trinidad.Process["_id9"]-->
<table cellpadding="0" cellspacing="0" border="0" summary=""
id="_id9__xc_">
<tr> <td>
<button class="OraLink" onclick="_navSubmit('_id1', 'goto',
'_id9',0,'0', '0',null);return false" accesskey="t" type="button">Zpě
<span class="AFAccessKeyStyle">t
</span>
</button> </td> <td>
<script>var _tURL="/trinidad-examples-context-root/adf/images/t.gif";var
_axm=1;t(5,1)</script></td>
<td nowrap>
<!--Start: org.apache.myfaces.trinidad.Process["_id9"]-->
<select id="_id9" title="Select step" class="AFFieldText"
onchange="_commandChoice('_id1','_id9');return false;" name="_id9">
<!--Start: org.apache.myfaces.trinidad.Command["_id10"]-->
<option value="_id9:1:_id10[0]">First Step
</option>
<!--Start: org.apache.myfaces.trinidad.Command["_id10"]-->
<option disabled selected>Second Step
</option>
<!--Start: org.apache.myfaces.trinidad.Command["_id10"]-->
<option value="_id9:2:_id10[1]">Third Step
</option>
</select>
<!--Start: org.apache.myfaces.trinidad.Process["_id9"]-->
<label for="_id9" class="p_OraHiddenLabel">Select step
</label></td> <td>
<script>t(5,1)</script></td> <td>
<button class="OraLink" onclick="_navSubmit('_id1', 'goto',
'_id9',1,'2', '1',null);return false" accesskey="N" type="button">
<span class="AFAccessKeyStyle">N
</span>ásledující
</button> </td>
</tr>
</table>
And at least these selectors should be rendered in following DOM elements:
- table - af|processChoiceBar
- button - af|processChoiceBar::button
- select - af|processChoiceBar::content
- option - render some appropriate selector to be able to specify disabled
state (?)
> No skin for ProcessChoiceBar
> ----------------------------
>
> Key: TRINIDAD-1187
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1187
> Project: MyFaces Trinidad
> Issue Type: Bug
> Components: Skinning
> Affects Versions: 1.0.9-core
> Reporter: Tomas Havelka
>
> ProcessChoiceBar (and may be other) does not render any skin selector. This
> causing impossibility to skin this component.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.