Page 1 of 1

I need a concrete situation example for the "Inline" & "Non-inline" [solved]

Posted: Wed Oct 31, 2007 6:04 pm
by javierdl
Inline means any form followup replaces the {cms_module} tag, non-inline replaces the {content} tag.
I have read the description and still doesn't tell me much :( But I'm sure that if someone is kind enough to provide a context I'll understand.

Thanks in advance,

JDL

Re: I need a concrete situation example for the "Inline" & "Non-inline" terms

Posted: Wed Oct 31, 2007 6:08 pm
by calguy1000
'Inline' when developing a modulee means that the resulting content from clicking on a button, etc. will replace the originating tag.

'Non Inline' will replace {content}

The FrontEndUsers module uses inline most of the time, therefore you can put the FrontEndUsers tag in the template, or in a non-default content block, and when you login, or perform some action the resulting content will replace the original tag.

The News module does not use inline as a general rule.... Therefore, if you put {news} in your template, and click on a link from the resulting display, the page will refresh and the default content block will be replaced with the news detail view.

Hope this helps.

Re: I need a concrete situation example for the "Inline" & "Non-inline" terms

Posted: Thu Nov 01, 2007 2:03 am
by javierdl
I see...
Thanks calguy1000, fellow Canadian ;) (I'm from Montreal)

JDL