Getting instance data for widget inside Ajax request?
By miku, 8 years ago
I’m writing a widget which needs to store authentication information as part of the instance data. This data should not be present within the source code of the page, so i can’t send it together with the Ajax requests of the widget. What i want to do: Give the widget an id (if it not…