Supported Bean: ResizeEditorBean

The ResizeEditorBean is for the "Resize columns and rows" dialog. You can open the editor/dialog by clicking the menu item at Format \ Grid Layout \ Resize Columns and Rows. You can achieve the resizing funtion only if 1) the report is not in graph mode 2) the report is not in outline mode 3) the browser is IE later than 5.0 version

Event handler: com.microstrategy.web.app.beans.EnumSysBeanTypes.AppBeanResizeEditor (45)

Application bean type for the Resize Editor bean

Events

apply, cancel, closeEditor, ok, openEditor, setTopLeft, sortEditorProcess

apply
Event to execute the main action of the ReportEditor

17003

EnumFrameEditorEvents.WebEventApply

cancel
Equivalent to close.

17005

EnumFrameEditorEvents.WebEventCancel

closeEditor
Event to close the ReportEditor

17002

EnumFrameEditorEvents.WebEventClose

ok
Event corresponding to apply and close.

17004

EnumFrameEditorEvents.WebEventOk

openEditor
Event to open the ReportEditor

17001

EnumFrameEditorEvents.WebEventOpen

setTopLeft
Event for setting the top left position of the component

73001

EnumAppComponentEvents.WebEventSetTopLeftPosition

*left

Event argument to define the left (x) position of the component

73002

EnumAppComponentEvents.WebEventArgumentLeftPosition

*top

Event argument to define the top (y) position of the component

73001

EnumAppComponentEvents.WebEventArgumentTopPosition

sortEditorProcess

45001

sortKey

24001

sortOrder

24002

sortSubtotalPostion

24003


Notes

* denotes required field.