This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

dynamic widgets
#1
Hi:

I need to do many widgets --- 48 -- and I ask if it would be possible to create one dynamic, that it could get the object where the widget is called and use it to do something.....

Thanks...
Reply
#2
Can you give some more detail, what should the widget do?
Reply
#3
ok, I have one object that calls a widget. Is it possible to create a class that recovers that object not its value but its address? Thanks
Reply
#4
You can get the group address mapped to a visualization item like this:
Code:
var object = $('.myclass').data('object')
Reply


Forum Jump: