Callback: AEFDefaultGadgetValueToString
Arguments: Gadget - Gadget whose value is to be modified
string - string to use
  
Description: Given a gadget and a string, set the value of the gadget to the string if the gadget has NO value set.
Example:
Button {
	Name = SetGadgetValue;
	Title = "SetGadgetValue";
	/* This button will set the value of
	 * ValidTo to the string "12/31/2010"
	 * if there is no value in the gadget.
	*/
	Commands = 
	AEFDefaultGadgetValueToString&/.../ValidTo
		("12/31/2010");
}
    
Supported AEF DSL Callbacks 158 Tivoli®  SecureWay Application Management Toolkit Guide