Is it possible to strike (line) through text in Flex?
I tried
<mx:Style>
.cancled {text-decoration: line-through;}
</mx:Style>
<mx:Label
text="{draws.currentItem.R_MOB_MNAME}"
styleName="cancled"/>
No luck there.
Is it possible to strike (line) through text in Flex?
I tried
<mx:Style>
.cancled {text-decoration: line-through;}
</mx:Style>
<mx:Label
text="{draws.currentItem.R_MOB_MNAME}"
styleName="cancled"/>
No luck there.