Hi Zippy, If that is the case, title_area is a view of class WINDOW. If yes, i means that we will to read the WINDOW code in order to know what view is declare inside. Am I right?
Thank you for your previous answer. cheers, James -----Original Message----- From: Not Zippy [mailto:[EMAIL PROTECTED] Sent: Wed 5/23/2007 10:28 PM To: Ong Leong Seng Cc: Laszlo Users Subject: Re: [Laszlo-user] Hidden attribute that in LZX Reference In the reference manual the attribute placement is defined in the LzNode. A bit of talk about placement (and defining the defaultplacement attribute) is found in the "Extending Classes" chapter. Basically you can define any view to be placed inside a different class by name (placement="name") you do not need to use the "dot" notation if the view you are referencing is a nested view. So the following will place the text inside the "b" view <class name="foo"> <view> <view name="b"/> </view> </class> <foo><text placement="b" text="b"></foo> z On 5/22/07, Ong Leong Seng <[EMAIL PROTECTED]> wrote: > > Hi all, > > While I am studying the Developer guideline v3.3.3, I found something > interesting thing on "chapter IV. In Depth > States > Performance > Considerations" that we can plan a button at window title area by > setting the placement equal to "title_area". > > So I try to look into the LZX reference on window to get more option for > the placement but I can't found anything describe on that. > > May I know where can I get more information on the placement option. > > Thank you. > > Cheers, > James > > > ------------------------------------------------------------------ > - > - > - > DISCLAIMER: > > This e-mail (including any attachments) may contain confidential > information. If you are not the intended recipient, you are hereby > notified that any dealing, review, distribution, printing, copying > or use of this e-mail is strictly prohibited. If you have received > this email in error, please notify the sender or MIMOS Berhad > immediately and delete the original message. Opinions, conclusions > and other information in this e-mail that do not relate to the > official business of MIMOS Berhad and/or its subsidiaries shall be > understood as neither given nor endorsed by MIMOS Berhad and/or its > subsidiaries and neither MIMOS Berhad nor its subsidiaries accepts > responsibility for the same. All liability arising from or in > connection with computer viruses and/or corrupted e-mails is > excluded to the fullest extent permitted by law. > > > ------------------------------------------------------------------ - - - DISCLAIMER: This e-mail (including any attachments) may contain confidential information. If you are not the intended recipient, you are hereby notified that any dealing, review, distribution, printing, copying or use of this e-mail is strictly prohibited. If you have received this email in error, please notify the sender or MIMOS Berhad immediately and delete the original message. Opinions, conclusions and other information in this e-mail that do not relate to the official business of MIMOS Berhad and/or its subsidiaries shall be understood as neither given nor endorsed by MIMOS Berhad and/or its subsidiaries and neither MIMOS Berhad nor its subsidiaries accepts responsibility for the same. All liability arising from or in connection with computer viruses and/or corrupted e-mails is excluded to the fullest extent permitted by law.
