Appdev
17 posts tagged with "Appdev"
.app-frame
The .app-frame action shows an app frame. It belongs to the appdev category within the platform area.
Action Syntax
.app-frame $variable
Valid sizes
Examples
// Basic Usage
.app-frame $bin
.app-iphone
The .app-iphone action shows an app in a simulated iphone. It belongs to the appdev category within the platform area.
Action Syntax
.app-iphone $variable
Valid sizes
Tags
scale
scale factor. default is 0.5
apppad
a padding factor to make it size properly
Examples
// Basic Usage
.app-iphone $bin
.app-laptop
The .app-laptop action shows an app in a simulated laptop. It belongs to the appdev category within the platform area.
Action Syntax
.app-laptop $variable
Valid sizes
Tags
scale
scale factor. default is 0.5
apppad
a padding factor to make it size properly
Examples
// Basic Usage
.app-laptop $bin
.app-tablet
The .app-tablet action shows an app in a simulated ipad/tablet. It belongs to the appdev category within the platform area.
Action Syntax
.app-tablet $variable
Valid sizes
Tags
scale
scale factor. default is 0.4
apppad
a padding factor to make it size properly
Examples
// Basic Usage
.app-tablet $bin
.edit-app
The .edit-app action floating action button to edit app. It belongs to the appdev category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
.edit-app
.sim-app
The .sim-app action floating action button to similate app. It belongs to the appdev category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
.sim-app
appdev
The appdev action mainly a STUB server for all appdev related server actions. It belongs to the appdev category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
appdev
build-app
The build-app action builds an app from rhyme source text. It belongs to the appdev category within the platform area.
Action Syntax
build-app $variable
build-app "text"
Return Value
This function returns a
$result = build-app
Valid sizes
Examples
// Basic Usage
$text = build-app $source
dir-new
The dir-new action /new to create a new app. It belongs to the appdev category within the platform area.
Action Syntax
dir-new @reference
Valid sizes
Examples
// Basic Usage
dir-new @appname
generate-app-key
The generate-app-key action generates an temp app key on the server. Just used for temp apps and testing for now I guesss. It belongs to the appdev category within the platform area.
Action Syntax
generate-app-key "text"
Return Value
This function returns a
$result = generate-app-key
Valid sizes
Examples
// Basic Usage
$response = generate-app-key "aid"
load-app
The load-app action loads an app record from the db. It belongs to the appdev category within the platform area.
Action Syntax
load-app @reference
load-app $variable
Return Value
This function returns a
$result = load-app
Valid sizes
Examples
// Basic Usage
$item = load-app @apptag
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
new-app
The new-app action creates a new app (source). 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 = new-app
Valid sizes
Tags
mobile
scaffold for a mobile app
Examples
// Basic Usage
new-app
set-app-bin
The set-app-bin action sets the app binary manually (RHDEV.bin). It belongs to the appdev category within the platform area.
Action Syntax
set-app-bin $variable
Valid sizes
Examples
// Basic Usage
set-app-bin $varname
set-build-mode
The set-build-mode action sets build mode. It belongs to the appdev category within the platform area.
Action Syntax
set-build-mode true|false
Valid sizes
Examples
// Basic Usage
set-build-mode true
set-target-ag
The set-target-ag action sets the target app group. It belongs to the appdev category within the platform area.
Action Syntax
set-target-ag $variable
set-target-ag @reference
Valid sizes
Examples
// Basic Usage
set-target-ag $ag
set-target-aid
The set-target-aid action sets the target or working app id. It belongs to the appdev category within the platform area.
Action Syntax
set-target-aid $variable
set-target-aid "text"
Valid sizes
Examples
// Basic Usage
set-target-aid $aid