Re: datepicker and cssStyle issue.

tm_jee <[email protected]> Wed, 06 Dec 2006 18:16:45 CST
Newsgroups gmane.comp.java.open-symphony.webwork
Message-ID <2226397.1165450639706.JavaMail.os-j2ee@opensymphony01.managed.contegix.com>
I think we could

instead of
[code]
<img src="<@ww.url value="/webwork/jscalendar/img.gif" encode='false' includeParams='none'/>" width="16" height="16" border="0" alt="Click Here to Pick up the date"><#if !parameters.readonly?exists>
[/code]

we could use
[code]
<img src="<@ww.url value="/webwork/jscalendar/img.gif" encode='false' includeParams='none'/>" width="16" height="16" border="0" alt="Click Here to Pick up the date" 
<#if parameters.cssStyle?exists>
style=${parameters.cssStyle}
</#if>
<#if parameters.cssClass?exists>
class=${parameters.cssClass}
</#if>
><#if !parameters.readonly?exists>
[/code]

could you open up a jira issue for this? thx
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=42378&messageID=105631#105631

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]