Usages
- Used to extend types of pages/UI elements available in Userview Builder.
- A useable Userview Menu plugin must extends org.joget.apps.userview.model.UserviewMenu abstract class.
Abstract Class
org.joget.apps.userview.model.UserviewMenu
- Under wflow-core module
- Extended org.joget.plugin.base.ExtDefaultPlugin. Please refer to Plugin Base Abstract Class and Interface.
- Implemented org.joget.plugin.property.model.PropertyEditable. Please refer to Plugin Base Abstract Class and Interface.
- A base abstract class to develop a Userview Menu plugin.
Field Detail
Constants
REDIRECT_URL_PROPERTY
public static final String REDIRECT_URL_PROPERTY = "userviewRedirectUrl";
Property key to set a url for redirection.
REDIRECT_PARENT_PROPERTY
public static final String REDIRECT_PARENT_PROPERTY = "userviewRedirectParent";
Property key to set the redirection target to parent window. The property expecting "true" or "false" as value.
ALERT_MESSAGE_PROPERTY
public static final String ALERT_MESSAGE_PROPERTY = "userviewAlertMessage";
Property key to set a alert message to show when a page loaded.
Plugin Properties Options
- Please refer to Plugin Properties Options for more information.
Tutorials
- Not available right now
Related Community Plugins
- Not available right now