Search Results for options

 

JsonDecode$

Has two parameters: Source, Options

 

JsonEncode$

Has two parameters: Source, Options

 

JsonStream$

Has one parameter, Options

 

GeoDistance$

Takes five parameters, Lat1, Long1, Lat2, Long2, Options

 

Hash$

Takes two parameters, Source, Options

 

Hmac$

Takes two parameters, Source, OptionsAndSecret

 

JsonStream

Takes two parameters, Data, Options

 

LoadJsonFile

Takes two parameters, PathToFile, Options

 

SaveJsonFile

Takes two parameters, FileName, Options

 

ETableStream

Takes two parameters, ExcelTableData, Options

 

Geo

Takes nine parameters, FieldBase, Destination, Function, Source1, Source2, Source3, Source4, Options, IfLenFld

 

JsonEmbed

Has six parameters, UniqueParent, DestField, FieldBase, UniqueChild, EmbedFields, Options

 

[!] Limited Selection List (DB Field Attribute)

Parameter is a comma separated list (using CSV rules and not in quotes) of the options made available to the user which are enforced on save.

 

Help with Markdown

Markdown enables simple formatting of plain text via easy to remember conventions. This page will provide you with some pointers on what formatting options are available with "Moxie Flavored Markdown".

 

RawStream$

Takes one parameter, a top query destination variable

 

TemplateType

Takes one parameter, Type

 

Login$

Takes three parameters, Login, Password, bRememberMe

 

Lookup$

Takes one parameter, in the form of: Table|{Alias}|Field

 

Get Started with Setting up the Development Environment

Developing in Moxie.Build on localhost give you the advantage of working with the template files natively. When working on procedures (MOX code) you need to access that through the Procedures page in the Admin area of a Moxie.Build system, if running the server on localhost or on a remote server. When running on a remote server, you can edit the template files via the Files page in the Admin area.

 

Text

Takes six parameters, FieldBase, Destination, Function, Source, Value, IfLenFld

 

HtmlETable

Takes 6 parameters, Location, Mode, Div, Data, Script, Extra

 

Login

Takes three parameters, Login, Password, bRememberMe

 

 

Format

Takes five parameters, FieldBase, FieldList, Mask, bBlanks2Zero, IfLenFld

 

[_#] Format if not blank (Top Query)

Takes 1 parameter, a formatting mask

 

[!] Assert (Top Query)

Parameter is a comma separated list (using CSV rules and not in quotes) of the fixed hard coded values to select from

 

Moxie.http Headers

The optional Moxie.http file is read on server start and controls the default HTTP headers set for all requests.

 

Cloudflare Origin Certificates

Cloudflare automatically provides free client-facing certificates for your domain, even if using their free service. In addition, they provide free Origin Certificates to encrypt the connection between Cloudflare and your origin Moxie.Build server. Use this article if you are going to have Cloudflare connect to inbound open ports on your Moxie.Build server.

 

Moxie.cfg Config

The Moxie.cfg file is read on server start and controls aspects that cannot be changed while the server is running.

 

[#] Format (Top Query)

Takes 1 parameter, a formatting mask

 

Templates Documentation

Prerequisites: This tutorial assumes that you have already learned about Managing Files .

 

[_#] Format if not blank (DB Field Attribute)

Takes 1 parameter, a formatting mask

 

[#] Format (DB Field Attribute)

Takes 1 parameter, a formatting mask

 

Format$

Takes two parameters, a source value, and a formatting mask.

 

OnError (Continue)

Used as a scoping keyword, similar to WorkWith/End WorkWith .