Can you send your patch as an actual text attachment? I think gmail is converting the " " into spaces and the patch is getting screwed up.
sean On 10/21/05, sharath reddy <[EMAIL PROTECTED]> wrote: > Hi, > > Small clean-up and also documented the new > 'itemStyleClass' attribute that was added. > > > > > > __________________________________ > Yahoo! FareChase: Search multiple travel sites in one click. > http://farechase.yahoo.com > > Index: content/xdocs/tomahawk/dataList.xml > =================================================================== > --- content/xdocs/tomahawk/dataList.xml (revision 326406) > +++ content/xdocs/tomahawk/dataList.xml (working copy) > @@ -52,7 +52,8 @@ > <title>Usage</title> > <source> > <t:dataList id="String" > - styleClass="CSSClass" > + styleClass="CSSClass1" > + itemStyleClass="CSSClass2" > var="String" > value="List" > layout="Constant" > @@ -79,6 +80,15 @@ > </code> > <br/> > <code> > + styleClass - The CSS class used to style the list > + </code> > + <br/> > + <code> > + itemStyleClass - The CSS class used to style each > element of the list (not applicable > + when layout = simple) > + </code> > + <br/> > + <code> > rowIndexVar - a parameter name, under which the current > rowIndex > is set in request scope similar to the var > parameter. > </code> > > >
