Gadget attributes

Everything else that doesn't fall into one of the other PB categories.
chen
Enthusiast
Enthusiast
Posts: 338
Joined: Fri Dec 23, 2005 2:20 pm
Location: Quebec, Canada
Contact:

Gadget attributes

Post by chen »

Hi,

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 :lol:
HideGadget(#ed_search, status) : status=1 Hide, 0 show