The cswmShow function is used to make a root menu Group visible.

The parameters that are passed into the function are responsible for determining which Group will appear and where it will be positioned on the page.

The cswmShow parameter list takes a variable number of parameters, depending on the method you choose for positioning the menu Group. These are:

cswmShow (string, string, string);

Position the Group relative to an HTML Element on the page.

cswmShow (string, string, string, int);

Position the Group relative to an HTML Element on the page with an X offset.

cswmShow (string, string, string, int, int);

Position the Group relative to an HTML Element on the page with an X and Y offset.

cswmShow (string, string, string, int, int, bool);

Position the Group absolutely on the page.


Copyright © Coalesys, Inc.