SHOW SECTION_START

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
weblike
Posts: 1165
Joined: Sun Dec 02, 2012 12:00 pm
Location: Europe

SHOW SECTION_START

Post by weblike »

Hi,

Is this a limitation or I'm doing something wrong? I want to include a SECTION_START in other SECTION_START (like IF inside other IF)

Code: Select all

<<IF LoggedInSystemUser.Locale='Language1' THEN SHOW SECTION_START>>

<div>Some text</div>
              <<IF LoggedInSystemUser.AllowToChange='Yes' THEN SHOW SECTION_START>>
                   <div>Other Text</div>
             <<SECTION_END>>

<<SECTION_END>>
Can anyone give a hint?

Thank you
Thx,
George
________________________________
Developer Edition
AwareIM: v8.5, build 2824
OS: Windows Server 2012
DB: MySql 5.6.42
BenHayat
Posts: 2749
Joined: Thu Dec 23, 2010 5:48 am
Location: Fla, USA
Contact:

Re: SHOW SECTION_START

Post by BenHayat »

You can't have section within section. You need to create separate sections.
Post Reply