Thanks for the confirmation and guidance, I happily submitted two JIRA issues.
Mark -----Original Message----- From: Jeanne Waldman [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 16, 2007 8:59 PM To: [email protected] Subject: Re: inputText contentStyle Hello, Please submit a JIRA issue for the no-contentStyle on inputText when in readOnly mode. (Is this a problem if inputText isn't within a panelFormLayout?) Also, are you trying to change the alignment, because you think that it has its own issue? :) If so, you can create a JIRA issue for this, too. In the meantime, try using skinning to change the alignment. Create a skin (trinidad-skins.xml) that extends simple or minimal or whatever. Create the css file that goes with your skin. Use the skinning key: af|panelFormLayout::content-cell {} or af|inputText::content to set your information. - Jeanne Adam Winer wrote: > On 1/16/07, Mark Dopheide <[EMAIL PROTECTED]> wrote: > >> >> For clarification, the contentStyle IS NOT applied when >> ReadOnly="true", but IS applied when ReadOnly="false". >> This doesn't seem like desired behavior, might somebody kindly >> confirm this? > > > That's definitely bogus behavior. > >> Also, if someone can comment on the raison d'ĂȘtre of the valign="top" >> then >> perhaps my headache might start to ease up. > > > IMO, the "top" should be moved into af_panelFormLayout_content-cell. > I'm not sure if this could have any unintended consequences. > > -- Adam > >> >> Mark >> >> >> -----Original Message----- >> From: Mark Dopheide [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, January 16, 2007 3:26 PM >> To: [email protected] >> Subject: tr:inputText contentStyle >> >> Hi, >> >> I'm using tr:inputText inside a <tr:panelFormLayout> from the Jan12 >> snapshot. >> >> The documentation at >> http://incubator.apache.org/adffaces/trinidad-api/tagdoc/tr_inputText >> .html >> >> shows contentStyle attribute but it does not seem to get rendered. >> >> In other words, this (in my panelFormLayout): >> <tr:inputText id="regCode" >> label="#{text['registration.candidateId']}" >> value="#{userForm.registration.candidateId}" >> readOnly="#{userForm.registration.activated}" >> contentStyle="margin: 1em 0 0 0;color: blue"/> >> >> Get rendered like this: >> >> <tr class="af_inputText p_AFReadOnly"> <td class="af_inputText_label >> af_panelFormLayout_label-cell" >> nowrap="">Candidate ID</td> <td class="af_panelFormLayout_content-cell" >> valign="top" nowrap=""> <div id="regCode" >> class="af_inputText_content">111</div> >> </td></tr> >> >> >> And my "content style" never gets applied. What gives? >> >> Also, a separate question, why is the ...valign="top"... Imposed on >> the content-cell? This seems to just get in the way. In fact, this is >> why I'm trying to apply a style to the content, so that I can >> re-align the cells when "readOnly" is "true". >> >> Any hints or insights? >> >> Mark >> >> >> >
