I just startet to use "attribute.xxx=..." xml-definition code in future for better readable code (xxx means e.g. "normar", "desktop.or.tablet", and so on).
But i have problems with this using dynamic added layers type "text":
definitions like:
set(plugin[myText].autowidth.normal, true);
set(plugin[myText].css.mobile, 'css here...');
set(plugin[myText].width.desktop.or.tablet, 200);
don´t work.
Is it not possible to use those device attributes within layers of the plugin type text?
Or is it not possible to use them within any dynamic added code?