Re: [activegrid-users] Tutorial Question
Brought to you by:
activegrid,
geremycohen
From: Matt F. <mat...@gm...> - 2005-07-25 22:07:02
|
Hi Brian, You're not being thick--there is no way to add the body tag from the tool.= =20 I've filed that. In the meantime, you can just insert the tag directly into= =20 the xml file. If you can find the place for it. :) Your modified file should look something like this: <xforms:group ag:name=3D"LeftGroup" appearance=3D"lyt:vertical" ag:cellStyl= e=3D""> <xforms:label xsi:nil=3D"true"/> </xforms:group> <ag:body cellStyle=3D""/> <xforms:group ag:name=3D"RightGroup" appearance=3D"lyt:vertical"=20 ag:cellStyle=3D""> <xforms:label xsi:nil=3D"true"/> </xforms:group> where the important bit is the <ag:body tag. Let me know if that doesn't=20 sort you out. Thanks, Matt Fryer On 7/25/05, Brian Young <bri...@sp...> wrote: >=20 > Hi Active Griders! (Gridlers?) >=20 > Love the concept. Really, truely a break through if > you get it right. Along those lines, I got to page 31 > of the tutorial (adding vertical and horizontal groups > to the master view) and I deleted the "Body" group by > accident. Doesn't seem to be any way to reinsert/recreate the body group. > Am I being a knucklhead here or is this a bug (or both)? >=20 > In any event, the world is watching, >=20 > Good Luck, >=20 > BY >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclic= k > _______________________________________________ > activegrid-users mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/activegrid-users > |