Where or how can I know the attributes of every gadget...
My problem... I have some gadgets (editorGadget) overlapped,
if the user select one option I show one set of editorGadgetss and
make invisible the other set.
I suppose this is the way to go:
SetGadgetAttribute(#Gadget, Attribute, Value)
but I need the attributes and values, then I go to editorGadget, but in here
there are NOTHING about attributes.....
Im lost
Sorry.... I have it
HideGadget(#ed_search, status) : status=1 Hide, 0 show
