Logo

Docs

  • HOME

RMPWidgets

Deprecated:
  • Yes
See:
  • RMPApplication

Methods

<static> forEachWidget(visitor)

This function calls a javascript function for each widget of web interface.
Parameters:
Name Type Description
visitor RMPApplication~WidgetVisitor The function applied to widgets
Deprecated:
  • Yes
See:
  • RMPApplication.forEachWidget
Example
		 function visitor(widget) {
			try {
				widget.setEnabled(true);
			} catch(err){
				console.log(err);
			}
		 }
		 RMPWidgets.forEachWidget(visitor);

<static> getAllWidgets() → {Array.<Object>}

This function returns all widgets of web interface.
Deprecated:
  • Yes
See:
  • RMPApplication.getAllWidgets
Returns:
Type
Array.<Object>
Example
		var widgetList = RMPWidgets.getAllWidgets();
		for( i=0 ; i< widgetList.length ; i++ ){
			widgetList[i].setVisible(true);
		}

<static> getAllWidgetsId() → {Array.<String>}

This function returns all widgets' ID of web interface.
Deprecated:
  • Yes
See:
  • RMPApplication.getAllWidgetsId
Returns:
Type
Array.<String>

Index

Widgets

  • RMP_Array

  • RMP_Button

  • RMP_Captcha

  • RMP_CheckBox

  • RMP_CustomWidget

  • RMP_FileUpload

  • RMP_GeoLocation

  • RMP_History

  • RMP_Html

  • RMP_HtmlPreview

  • RMP_Image

  • RMP_IncludedCollection

  • RMP_List

  • RMP_ListBox

  • RMP_ListenerComponent

  • RMP_MultiSelectionCheckBox

  • RMP_ProgressBar

  • RMP_RadioButton

  • RMP_Report

  • RMP_Scripter

  • RMP_Section

  • RMP_Spinner

  • RMP_StaticTextArea

  • RMP_TabPanel

  • RMP_TextInput

  • RMP_Tree

  • RMP_UrlInput

Static

  • JSON

  • RMP_RunMyApp

  • RMPApplication

  • RMPWidgets


© Akorbi Digital RMP. All Rights Reserved - Legal terms - Contact