You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Musachy Barroso <mu...@gmail.com> on 2007/06/19 18:09:31 UTC

[ANN] YUI plugin

I'd like to announce the alpha release of the YUI plugin.

Home Page & Doc:
http://cwiki.apache.org/confluence/display/S2PLUGINS/YUI+Plugin
Downloads: http://code.google.com/p/struts2yuiplugin/downloads/list
Comments/Complaints/Request/etc :) :
http://code.google.com/p/struts2yuiplugin/issues/list

There are only two tags on this release "head", and "datepicker".

regards
musachy
-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

Re: [ANN] YUI plugin

Posted by Musachy Barroso <mu...@gmail.com>.
Hi Mark,

The code is proprietary, so I can't give it away. Just kidding, go here:

http://code.google.com/p/struts2yuiplugin/

and click on the source tab, the license is Apache 2 ;)

//anyone can host a project at googlecode : http://code.google.com/hosting/

regards
musachy

On 6/20/07, Mark P Ashworth <in...@connext.co.za> wrote:
>
>
> Good Day,
>
> Thanks for the great looking datepicker control.
>
> Is it possible to post the source code for the Java classes because I am
> trying to create my own plugin for some the Open Flash Chart component and
> would like to do it in a similar way to your YUI plug-in.
>
> Thank you in advance.
>
> Mark P Ashworth
> http://www.connext.co.za
>
> PS: Do you work for Google? Is that why you are able to host your project
> at
> Google Code?
>
>
>
>
> Musachy Barroso wrote:
> >
> > I'd like to announce the alpha release of the YUI plugin.
> >
> > Home Page & Doc:
> > http://cwiki.apache.org/confluence/display/S2PLUGINS/YUI+Plugin
> > Downloads: http://code.google.com/p/struts2yuiplugin/downloads/list
> > Comments/Complaints/Request/etc :) :
> > http://code.google.com/p/struts2yuiplugin/issues/list
> >
> > There are only two tags on this release "head", and "datepicker".
> >
> > regards
> > musachy
> > --
> > "Hey you! Would you help me to carry the stone?" Pink Floyd
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/-ANN--YUI-plugin-tf3947362.html#a11207642
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>


-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

Re: [ANN] YUI plugin

Posted by Mark P Ashworth <in...@connext.co.za>.
Good Day,

Thanks for the great looking datepicker control.

Is it possible to post the source code for the Java classes because I am
trying to create my own plugin for some the Open Flash Chart component and
would like to do it in a similar way to your YUI plug-in.

Thank you in advance.

Mark P Ashworth
http://www.connext.co.za

PS: Do you work for Google? Is that why you are able to host your project at
Google Code?




Musachy Barroso wrote:
> 
> I'd like to announce the alpha release of the YUI plugin.
> 
> Home Page & Doc:
> http://cwiki.apache.org/confluence/display/S2PLUGINS/YUI+Plugin
> Downloads: http://code.google.com/p/struts2yuiplugin/downloads/list
> Comments/Complaints/Request/etc :) :
> http://code.google.com/p/struts2yuiplugin/issues/list
> 
> There are only two tags on this release "head", and "datepicker".
> 
> regards
> musachy
> -- 
> "Hey you! Would you help me to carry the stone?" Pink Floyd
> 
> 

-- 
View this message in context: http://www.nabble.com/-ANN--YUI-plugin-tf3947362.html#a11207642
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [ANN] YUI plugin

Posted by Musachy Barroso <mu...@gmail.com>.
You need to set the label with the "label" attribute, just like the other
Struts tags.

regards
musachy

On 6/20/07, Roberto Nunnari <ro...@supsi.ch> wrote:
>
> Very nice! Thank you Musachy!
>
> Just one question: The label for the date field is empty..
>
>
> the JSP:
> ...
> <%@taglib prefix="yui" uri="/struts-yui-tags"%>
> <yui:head datepicker="true"/>
> <yui:datepicker id="toDate" name="toDate" value="%{'2006-10-20'}" />
> ...
>
> the generated HTML:
> ...
> <tr>
>      <td class="tdLabel"></td>
>      <td
> ><input type="hidden" name="toDate" id="toDateInput" value="2006-10-20">
>       <input name="dojo.toDate" id="toDateInputVisible"
>       >
>
>    <img id="toDateImg" style="vertical-align: middle;"
>           src="/iopinion_hibernate00/struts/dateIcon.gif"
>     >
> <br />
> <div id="toDateContainer"
> style="display:none"
> ></div>
> ...
>
> --
> Robi
>
>
> Musachy Barroso wrote:
> > I'd like to announce the alpha release of the YUI plugin.
> >
> > Home Page & Doc:
> > http://cwiki.apache.org/confluence/display/S2PLUGINS/YUI+Plugin
> > Downloads: http://code.google.com/p/struts2yuiplugin/downloads/list
> > Comments/Complaints/Request/etc :) :
> > http://code.google.com/p/struts2yuiplugin/issues/list
> >
> > There are only two tags on this release "head", and "datepicker".
> >
> > regards
> > musachy
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>


-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

Re: [ANN] YUI plugin

Posted by Roberto Nunnari <ro...@supsi.ch>.
Very nice! Thank you Musachy!

Just one question: The label for the date field is empty..


the JSP:
...
<%@taglib prefix="yui" uri="/struts-yui-tags"%>
<yui:head datepicker="true"/>
<yui:datepicker id="toDate" name="toDate" value="%{'2006-10-20'}" />
...

the generated HTML:
...
<tr>
     <td class="tdLabel"></td>
     <td
 ><input type="hidden" name="toDate" id="toDateInput" value="2006-10-20">
      <input name="dojo.toDate" id="toDateInputVisible"
      >

   <img id="toDateImg" style="vertical-align: middle;"
          src="/iopinion_hibernate00/struts/dateIcon.gif"
    >
<br />
<div id="toDateContainer"
style="display:none"
 ></div>
...

--
Robi


Musachy Barroso wrote:
> I'd like to announce the alpha release of the YUI plugin.
> 
> Home Page & Doc:
> http://cwiki.apache.org/confluence/display/S2PLUGINS/YUI+Plugin
> Downloads: http://code.google.com/p/struts2yuiplugin/downloads/list
> Comments/Complaints/Request/etc :) :
> http://code.google.com/p/struts2yuiplugin/issues/list
> 
> There are only two tags on this release "head", and "datepicker".
> 
> regards
> musachy



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org