From: <bo...@co...> - 2003-10-12 22:40:27
|
Hi! I have a little problem. I have example these code: <table border=0 celladding=0 cellspacing=0 align="center" width="80%"> <tr> <td align="left"> <!-- need stacker one to here --> </td> <td align="right"> <!-- and stacker two to here --> </td> </tr> </table> And I want to drop 2 stacker with panelbars into the 2 row. How Can I do that? (So no absolute , only relative positioning) It's possible? And If I want to do this for normal layer (example: drop into a table)? Cow |
From: Daniel T. <de...@ti...> - 2003-10-13 13:42:23
|
Hi! I dont think that is possible, i think you will have to use template manager for that. You will have to try but i dont think thats possible. What you can try is to add one stacker, then add 2 more stacker in that stacker and set another spacing on the main stacker. Regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of H=E1ber = J=E1nos Sent: den 13 oktober 2003 00:40 To: dyn...@li... Subject: [Dynapi-Dev] Panelbar ,stacker and layer relative positioning Hi! I have a little problem. I have example these code: <table border=3D0 celladding=3D0 cellspacing=3D0 align=3D"center" width=3D"80%"> <tr> <td align=3D"left"> <!-- need stacker one to here --> </td> <td align=3D"right"> <!-- and stacker two to here --> </td> </tr> </table> And I want to drop 2 stacker with panelbars into the 2 row. How Can I do that? (So no absolute , only relative positioning) It's possible? And If I want to do this for normal layer (example: drop into a table)? Cow ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Raymond I. <xw...@ya...> - 2003-10-13 14:29:10
|
Create the layers as you normally would then use the dynapi.document.insertChild() function to insert the relative layers See the inline examples inside the examples/ folder -- Raymond Irving --- Háber János <bo...@co...> wrote: > Hi! > > I have a little problem. > I have example these code: > <table border=0 celladding=0 cellspacing=0 > align="center" width="80%"> > <tr> > <td align="left"> > <!-- need stacker one to here --> > </td> > <td align="right"> > <!-- and stacker two to here --> > </td> > </tr> > </table> > > And I want to drop 2 stacker with panelbars into the > 2 row. How Can I do that? > (So no absolute , only relative positioning) > It's possible? > And If I want to do this for normal layer (example: > drop into a table)? > > Cow > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback > Program. > SourceForge.net hosts over 70,000 Open Source > Projects. > See the people who have HELPED US provide better > services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-10-13 14:42:45
|
See also: dynapi.api.dynlayer-relative.html -- Raymond Irving --- Raymond Irving <xw...@ya...> wrote: > > Create the layers as you normally would then use the > dynapi.document.insertChild() function to insert the > relative layers > > See the inline examples inside the examples/ folder > > -- > Raymond Irving > > --- Háber János <bo...@co...> wrote: > > Hi! > > > > I have a little problem. > > I have example these code: > > <table border=0 celladding=0 cellspacing=0 > > align="center" width="80%"> > > <tr> > > <td align="left"> > > <!-- need stacker one to here --> > > </td> > > <td align="right"> > > <!-- and stacker two to here --> > > </td> > > </tr> > > </table> > > > > And I want to drop 2 stacker with panelbars into > the > > 2 row. How Can I do that? > > (So no absolute , only relative positioning) > > It's possible? > > And If I want to do this for normal layer > (example: > > drop into a table)? > > > > Cow > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: SF.net Giveback > > Program. > > SourceForge.net hosts over 70,000 Open Source > > Projects. > > See the people who have HELPED US provide better > > services: > > Click here: http://sourceforge.net/supporters.php > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product > search > http://shopping.yahoo.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback > Program. > SourceForge.net hosts over 70,000 Open Source > Projects. > See the people who have HELPED US provide better > services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |