Page 1 of 1

Using "MyID" and "MyPage" variables in Version 6

PostPosted: Thu Dec 29, 2016 12:18 am
by chrisr
All,
Are the MyID and MyPage variables not in play with V6?

I wanted to grab the MyID to another variable using the
Var = MyID

I get MyID in the var instead of the CS button ID :)

Have a good New Year everyone.

Thanks for the help!!

Re: Using "MyID" and "MyPage" variables in Version 6

PostPosted: Fri Dec 30, 2016 10:16 am
by AViefhues
Hi Chris,

with "Context.WidgetId" you get the ID of the specific widget.

by using Context you can get many different information, just have a look at the suggestions after typing "Context."

Have a good New Year

Re: Using "MyID" and "MyPage" variables in Version 6

PostPosted: Fri Dec 30, 2016 5:05 pm
by chrisr
Thanks! So basically we have more options!

Examples:
Var1 = Context.WidgetId
or
Var1 = Context.WidgetName
or
Var1 = Context.WidgetType