Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Work Tasks

SFU​.isFormInEditMode()

  • Last UpdatedJun 25, 2024
  • 1 minute read

Use isFormInEditMode() method to determine if a form is in edit mode or not.

Syntax

SFU.isFormInEditMode();

Parameters

None.

Return Value

This method returns a boolean value.

Example

// Check whether the form is in edit mode.

var editableForm = SFU.isFormInEditMode();

if (editableForm){

// Perform required operations.

}

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in