ciwMenuInit
ciwMenuInit( [ ?verboseg_verbose] [ ?resetg_reset] ) => t / nil
Description
Initializes and installs the CIW pulldown menus based on the menu files found in the hierarchy. This function will be called instead of hiInstallCIWMenus. It can also be called from the CIW to debug the menu file contents.
If g_reset is specified as t, the CIW menus are reset. Calling ciwMenuInit without any arguments will initialize the CIW menus only if it has not already been done.
Arguments
Value Returned
Examples
When ciwMenuInit is called with the reset argument, the CIW menu is re-initialized and the latest customized menu is set.
ciwMenuInit( ?verbose t )
ciwMenuInit( ?reset t )
Return to top