Hi,
I have clone the balloon widget and i add a variable "classname" at the time of cloning and i want to pass the styleclass as a variable value at the time of using that balloon in my application.But now i don't how to pass the style class as a variable value. can you anyone help me out in resolving the issue
Regards,
Koushik
Hi Koushik,
Cloning a widget is (almost) always a bad idea. The main reason is that, in the next version you will not get the latest features for that widget.
Having said that, your variable should be an input variable. Is it? If it is then you can use the Extended properties to set the class:
Cheers,
José