Reply to thread

Hi all,


I want to pass a value from a plugin into the skin. Looking at some skins, it looks like variables are generally accessed using the #name syntax. Does anyone have any detailed info on the skope of these variables? Are they accessable skin wide? Do I have to set them in a particular way in the plugin to be accessable in the skin?


Are things like IF statements possible in skins? If so could someone give me a example?


In the skin I want to do something like:


if (#myvalue = "abc")

{

    skin defines elements

}

else

{

    skin defines different elements

}


Thank you muchly


Top Bottom