APIs

Show:

Library with develop mode functions.

Methods

_drawText

(
  • itm
  • txt
)

Private function that makes the develop animation.

Parameters:

  • itm Object
    • Panel to place text.
  • txt String
    • Texto for drawing.

enableDevelopMode

(
  • enable
  • showAnimation
)

enable or disable develop mode.

Parameters:

  • enable Bool
    • Sets enabled or disabled.
  • showAnimation Bool
    • Sets if the animation must be shown.

getPagePanel

() Object

Configure and returns sidebar config page panel.

Returns:

Object:
  • Page panel.

isDevelopMode

() Bool

Returns if develop mode is enabled.

Returns:

Bool:
  • develop mode enabled

launchAnimation

()

Displays develop mode animation.

manageDependencies

(
  • ObjectName
  • PropertyName
  • targetid
)

Display a window with de dependency manager

Parameters:

  • ObjectName String
    • The object name
  • PropertyName String
    • The property name.
  • targetid String
    • The new window target, default: modal1024x800.

manageFilters

(
  • ObjectName
  • targetid
  • generic
  • parentModule
)

Display a window with de filter manager

Parameters:

  • ObjectName String
    • The object name
  • targetid String
    • The new window target, default: modal1024x800.
  • generic Boolean
    • Specifies if the filter manager is for the main search
  • parentModule Any
    • Specifies the module that launched managefilters

manageModules

(
  • targetItem
)

Display a window with de module manager of the current page.

Parameters:

  • targetItem Object
    • Item inside the page to configure.

manageNodes

(
  • targetItem
  • NodeId
)

Display a window with de node manager started with a specified node id.

Parameters:

  • targetItem Object
    • Item inside the page to configure.
  • NodeId String
    • The initial node.

toggleDevelopMode

(
  • showAnimation
)

Toggle between develop and normal mode.

Parameters:

  • showAnimation Bool
    • Sets if the animation must be shown.