Vijilante SubAdmin

Joined: 18 Nov 2001 Posts: 5187
|
Posted: Thu Aug 18, 2005 9:40 pm |
The best method to do this is to use a variable to describe what 'state' you want the button to be in. You must set the button ID (in the Advanced tab) to something. You would then place the following, with proper modfications, somewhere in the button caption:
%if(%btncolor(SomeButtonID,%case(@SomeVariableName,red,blue,green),,) |
|