Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

You can change the default number of columns that are displayed in a widget as per your requirements. In the handler JavaScript file for your mobile application, you must use the CWEH.registerHandler method and the CWEC.CTAPPBEFOREINITIALIZE event to define the column configurations. For example, consider the following custom configurations:

  • Changing the default number of columns displayed in the widget

Instead of two columns, let's say you want to display three columns in the widget by default. Refer the section, Change Default Number of Columns, for more information on performing this configuration.

  • Displaying all the columns in the widget

Let's say you want to display all the columns for a record in the widget by default. Refer the section, Display All Columns, for more information on performing this configuration.

  • No labels