Appdev
16 posts tagged with "Appdev"
.editor
The .editor action simple overlay text editor. It belongs to the editors category within the appdev area.
Action Syntax
.editor $variable
.editor "text" $variable
Valid sizes
Modifiers
+when-close
The .editor action supports the +when-close modifier.
Examples
// Basic Usage
.editor $var
.simulate
The .simulate action full panel app simulator. It belongs to the sim category within the appdev area.
Action Syntax
.simulate $variable
.simulate "text" $variable
Valid sizes
Examples
// Basic Usage
.simulate $binvar
.simulator
The .simulator action runs RHC binary in simulator. It belongs to the sim category within the appdev area.
Action Syntax
.simulator $variable
Valid sizes
Examples
// Basic Usage
.simulator $binary
+when-close
The +when-close action action to take when the parent element is closed. It belongs to the editors category within the appdev area.
Action Syntax
+when-close [file]
Valid sizes
Examples
// Basic Usage
+when-close [block]
editor-onkey
The editor-onkey action generic/core onkey handler for editors. It belongs to the editors category within the appdev area.
Action Syntax
editor-onkey 123 [file]
Valid sizes
Examples
// Basic Usage
editor-onkey 12 [block]
publish-bin
The publish-bin action publishes binary to regional public R2. It belongs to the publish category within the appdev area.
Action Syntax
publish-bin $variable
Return Value
This function returns a
$result = publish-bin
Valid sizes
Examples
// Basic Usage
$response = publish-bin $bin
publish-html
The publish-html action publishes launch html to regional public R2. It belongs to the publish category within the appdev area.
Action Syntax
publish-html $variable
Return Value
This function returns a
$result = publish-html
Valid sizes
Examples
// Basic Usage
$response = publish-html $bin
publish-private
The publish-private action publishes binary to regional private R2. It belongs to the publish category within the appdev area.
Action Syntax
publish-private "text" $variable
Return Value
This function returns a
$result = publish-private
Valid sizes
Examples
// Basic Usage
$response = publish-private "name" $varname
save-source
The save-source action saves current app source code. It belongs to the source category within the appdev area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = save-source
Valid sizes
Examples
// Basic Usage
save-source
set-app-source
The set-app-source action sets the app source. This replaces the current source. Be careful!. It belongs to the source category within the appdev area.
Action Syntax
set-app-source $variable
Valid sizes
Examples
// Basic Usage
set-app-source $source
source-block-list
The source-block-list action gets a list of blocks from the source. It belongs to the source category within the appdev area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = source-block-list
Valid sizes
Examples
// Basic Usage
source-block-list
source-delete-block
The source-delete-block action deletes a source block. It belongs to the source category within the appdev area.
Action Syntax
source-delete-block $variable
source-delete-block "text"
Valid sizes
Examples
// Basic Usage
source-delete-block $name
source-get-block
The source-get-block action gets source block from blocks object. It belongs to the source category within the appdev area.
Action Syntax
source-get-block $variable
source-get-block "text"
Return Value
This function returns a
$result = source-get-block
Valid sizes
Examples
// Basic Usage
$text = source-get-block $name
source-join-blocks
The source-join-blocks action splits joins source blocks into a single source file. It belongs to the source category within the appdev area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = source-join-blocks
Valid sizes
Examples
// Basic Usage
source-join-blocks
source-split-blocks
The source-split-blocks action splits single source file into blocks. It belongs to the source category within the appdev area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = source-split-blocks
Valid sizes
Examples
// Basic Usage
source-split-blocks
source-update-block
The source-update-block action updates a block in a app block group object. It belongs to the source category within the appdev area.
Action Syntax
source-update-block $variable
source-update-block "text"
Return Value
This function returns a
$result = source-update-block
Valid sizes
Examples
// Basic Usage
$item = source-update-block $content