Refreshing the Header Subtitle

This API updates the subtitle in the header without refreshing the structure browser page.

emxEditableTable.setSubHeader

This API requires this input argument:


  • newSubHeader. The new text to use as the subtitle in the header. Use a text string; macros are not supported.

If the input parameter is empty (""), then any existing subtitle will be cleared. Long subtitles will be wrapped. If the subtitle includes special characters, encode it using the encodeForJavaScript API prior to calling this API.

Example:

emxEditableTable.setSubHeader("Filters for Project XYZ Applied")