Custom widget - Information on context.setContext

2
Hi, Where can I find information on context.setContext? Specifically, I need to find out what the parameters look like. Is there a reference guide I could check? Thanks. Toon Verschoor
asked
1 answers
1

From the sources*:

/*
Function: setContext

Parameters:
className - a String containing the class to constrain
guid - a String containing the GUID constraint value (Reference)

Returns:
Boolean

*/

P.S. I never had the need to change the current context, so i'm curious about your case :)

answered