Re: Can I add components to trinidad-sandbox

2008-02-13 Thread Leonardo Uribe
+1

Re: Can I add components to trinidad-sandbox

2008-02-13 Thread Matthias Wessendorf
yfaces.trinidad.rich.Form".equals(rendererType) > > > || > > > > > >> + > > > "org.apache.myfaces.trinidad.TableLayout".equals(rendererType); > > > > > >>} > > > > > >> > > > > > &g

Re: Can I add components to trinidad-sandbox

2008-02-13 Thread Andrew Robinson
> >> > > > > >> > > > >> columns="1*;2*;1*;2*"> > > > > >> > > > > >> /> > > > > >> >

Re: Can I add components to trinidad-sandbox

2008-02-13 Thread Matthias Wessendorf
> > > >> > > > >> > > > >> > > >> itemValue="1" > > > >> /> > > > >> > >

Re: Can I add components to trinidad-sandbox

2008-02-13 Thread Andrew Robinson
> >> itemValue="1" > > >> /> > > >> > >> itemValue="2"/> > > >> > > >> > > >> > > >>

Re: Can I add components to trinidad-sandbox

2008-02-13 Thread Matthias Wessendorf
>> > >> >> > >> >> > >> >> How does your comp differ from "panelFormLayout" ? > >> >> > >> >> An example is this > >> >> > >> >> >> >> columns="1*;

Re: Can I add components to trinidad-sandbox

2008-02-13 Thread Carsten Pieper
="1*;2*;1*;2*"> >> >> >> >> >> >> >> >> >> >> >> >> > >> itemValue="1" &

Re: Can I add components to trinidad-sandbox

2008-02-13 Thread Matthias Wessendorf
> >> > >> > >> >> required="true"/> > >> >> required="true"/> > >> > >> > >>

Re: Can I add components to trinidad-sandbox

2008-02-13 Thread Carsten Pieper
>> >> >> >> >> >> >> > required="true"> >> >> >> >> >> It calculates widths, heights for each component and make all layout >> tasks >> (colspan and others) more easy. >> >> You can see an screenshot on TRINIDAD-115 > > not done yet, thanks for the pointer. > > -M > >> >> regards >> >> Leonardo Uribe >> > > > > -- > Matthias Wessendorf > > further stuff: > blog: http://matthiaswessendorf.wordpress.com/ > sessions: http://www.slideshare.net/mwessendorf > mail: matzew-at-apache-dot-org > > -- View this message in context: http://www.nabble.com/Can-I-add-components-to-trinidad-sandbox-tp15440908p15451860.html Sent from the My Faces - Dev mailing list archive at Nabble.com.

Re: Can I add components to trinidad-sandbox

2008-02-12 Thread Matthias Wessendorf
Hi, On Feb 12, 2008 8:45 PM, Leonardo Uribe <[EMAIL PROTECTED]> wrote: > Hi > > I have another question: trinidad sandbox should be for 1.2 ? +1 on that. > > My component works if I do a light change on LabelAndMessageRenderer, can I > change this class too? > > This is the patch file: > > Index

Re: Can I add components to trinidad-sandbox

2008-02-12 Thread Leonardo Uribe
Hi I have another question: trinidad sandbox should be for 1.2 ? My component works if I do a light change on LabelAndMessageRenderer, can I change this class too? This is the patch file: Index: src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/LabelAndMessageRenderer.java

Re: Can I add components to trinidad-sandbox

2008-02-12 Thread Matthias Wessendorf
Hi, On Feb 12, 2008 8:26 PM, Leonardo Uribe <[EMAIL PROTECTED]> wrote: > Hi > > I have noted that now exists this on svn repo > > http://svn.apache.org/repos/asf/myfaces/trinidad-sandbox/ I never had the time to finish this. > > I have a component to be added (tableFormLayout), but I don't know

Can I add components to trinidad-sandbox

2008-02-12 Thread Leonardo Uribe
Hi I have noted that now exists this on svn repo http://svn.apache.org/repos/asf/myfaces/trinidad-sandbox/ I have a component to be added (tableFormLayout), but I don't know what prefix use (trs, trhs, ) and if someone is working on other components Should I wait to the module projects will be