smaller (<) and larger (>) then
hi,
when writing <mx:textinput text="{5+4 >2}"/> works fine ...
when writing <mx:textinput text="{5+4 <2}"/> - shows compilation error "the value of attribute "text" must not contain '<' character."
is there different mark "<" ??
p.s: aware can 2 >5+4 not enough.
cheers,
jaimon
when writing <mx:textinput text="{5+4 >2}"/> works fine ...
when writing <mx:textinput text="{5+4 <2}"/> - shows compilation error "the value of attribute "text" must not contain '<' character."
is there different mark "<" ??
p.s: aware can 2 >5+4 not enough.
cheers,
jaimon
escape <
<mx:textinput text="{5+4<2}"/>
<mx:textinput text="{5+4<2}"/>
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment