Source
9 posts tagged with "Source"
load-source
The load-source action loads app source code. It belongs to the appdev category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = load-source
Valid sizes
Examples
// Basic Usage
load-source
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