I have this object attribute. actually this is a checbox.
how can I get the attribute 0? and display its result?
{attribute_result_gui view=info attribute=someattribute}
thanks in advance
I have this object attribute. actually this is a checbox.
how can I get the attribute 0? and display its result?
{attribute_result_gui view=info attribute=someattribute}
thanks in advance
I just happened to solve my problem..
here's the code for me to see the result of an attribute.
X
is there signifies the 0
below the attribute...
{$collection.attributes.X}
so it'll look like this.
{attribute_result_gui view=info attribute=$collection.attributes.0}