Page 1 of 1

LISE - is there a way to add conditions based on order?

Posted: Sun Oct 01, 2017 10:17 am
by rbaby
Hello,

How would I go about adding a condition to my LISE? If I wanted to apply different rules for order position 1-6, what's the best way to go about it? Here's a rather dumb way to explain:

if list item order 1 = add div label "left"
if list item order 2 = add div label "center"
if list item order 3 = add div label "right"

--

if list item order 4 = add div label "left"
if list item order 5 = add div label "center"
if list item order 6 = add div label "right"

Thank you for any guidance.

Re: LISE - is there a way to add conditions based on order?

Posted: Sun Oct 01, 2017 10:49 am
by Jo Morg
This is a sample related to Bootstrap, but can be adapted to just about any arrangement you like: http://cmsms.dev.sm-art-lab.com/snippet ... marty.html

Re: LISE - is there a way to add conditions based on order?

Posted: Sun Oct 01, 2017 10:52 am
by rbaby
Jo Morg wrote:This is a sample related to Bootstrap, but can be adapted to just about any arrangement you like: http://cmsms.dev.sm-art-lab.com/snippet ... marty.html
Jo, thank you so much! I will try this :).