Search Results for type

 

IsGroupType$

Takes two parameters: Username, GroupTypes

 

SessionIsGroupType$

Takes one parameter, a List of possible group types

 

HttpType

Takes one parameter, Type

 

TemplateType

Takes one parameter, Type

 

[TemplateType]

Takes no parameters

 

 

Function

A special type of Private Method, called a Private Function, that is intended to return a single value or multiple values simultaneously.

 

NewTableProc

Takes nine parameters, TableName, ProcName, Type, Params, GroupTypes, Label, Note, DevNote, Source

 

MOX Coding and Programing Language Syntax Documentation

The MOX coding and programming language pays heritage to BASIC, but has been crafted for the specific type of work and environment that is demanded of Moxie.Build.

 

Http$

Takes 9 parameters, ServerName, Port, bSecure, Mode, Path, ContentType, extraHeader, body, rtnHeaders

 

UpdateTableProc

Takes ten parameters, TableName, OldProcName, NewProcName, Type, Params, GroupTypes, Label, Note, DevNote, Source

 

Rem / EndRem

A type of Prefix which allows the developer to separate blocks of code into organized, defined parts to help provide clarity of the logical block and add structure to the code.

 

Chr$

Takes one parameter

 

CFApi$

Takes three parameters Method, URL, Body

 

HtmlForm

Takes 6 parameters, Location, Mode, ActionLabel, ActionPath, Class, ActionMethod

 

JsonEncode$

Has two parameters: Source, Options

 

Value

Takes four parameters, FieldBase, Destination, Function, IfLenFld

 

HtmlBlocks / End HtmlBlocks

Takes two parameters, Location, Mode

 

Nightly Management Utility

This utility program manages a server install with one or many Moxie.Build services running by taking care of nightly tasks via a scheduled task.

 

HtmlNavbar

Takes 10 parameters, Location, Mode, Title, TitleLink, Class, Fixed, bUseContainer, bNotResponsive, bInverted, HtmlPre, HtmlApn

 

SaveFile

Takes two parameters, FileName, FileData

 

Prefix

Takes a single string as parameter, which is then appended to each line in the code block.

 

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 when 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 when you are going to have Cloudflare connect to inbound open ports on your Moxie.Build server.

 

Select / Case / End Select

Takes a variable number of conditional statements to compare against a single source

 

DeleteFields

Takes two parameters, FieldBase, FieldNameList

 

HttpHeader

Takes two parameters, name, value

 

HtmlBlock / End HtmlBlock

Takes two parameters, Location, Mode

 

Raw

Takes one parameter, the contents of which are used for the HTTP Reply Body

 

NewTableRltn

Takes seven parameters, TableName, OtherTableName, ParentChild, Ratio, Note, Attr, DevNote

 

ListProcs

Takes one parameter, TableName

 

UpdateTableRltn

Takes eight parameters, TableName, OldOtherTableName, NewOtherTableName, ParentChild, Ratio, Note, Attr, DevNote

 

RawStream$

Has no parameters

 

LoadFile$

Takes three parameters, FilePath, Start, Len

 

JsonStream$

Has one parameter, Options

 

Text

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

 

UrlEncode$

Takes one parameter, Source

 

KeepFields

Takes two parameters, FieldBase, FieldNamesList

 

SendEmail

Takes 10 parameters, FieldBase, From, To, Subject, Body, bMerge, AttachName, AttachPath, Slow, IfLenFld

 

Method

Private Method contained within a given procedure.

 

[Ajax]

Takes 3 parameters, Event, DestinationID, Path

 

Templates Documentation

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

 

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".

 

[Score] 0.0 to 10

Accepts 3 parameters, first is required, 2nd and 3rd are optional. A trailing optional expression after an = sign may also assign a value on the same line.

 

[Min]

Accepts a numeric value as a parameter.

 

[DatePicker]

Takes no parameters

 

 

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.

 

Get Started with Service Setup on a Server

A single Windows OS can host many instances of Moxie.Build, these steps will guide you through the setup process.

 

Learn More About the Content Management System

Prerequisites: This page assumes that you have already set up your Moxie.Build server and logged in as an admin user. This page covers some of the basics that are involved in using the Content Management aspects of the Moxie.Build system.

 

Learn More About Managing Files

Prerequisites: This tutorial assumes that you have already set up your Moxie.Build server and logged in. This page covers some of the basics that are involved in managing files and folders in the Moxie.Build system.

 

Learn More about Frontend Development

Prerequisites: This tutorial assumes that you have already set up a Category and Procedure if necessary. This page covers some of the basics that are involved in Front End development using the MOX language.

 

ForEach

Takes a variable number of parameters, QueryName, MethodName, [Param1, [Param2, etc...]]

 

AppendFile

Takes two parameters, FileName, FileData

 

Public Method

A Public Method may be called from any other Procedure, by the Default plug-in as part of the CMS.

 

JsonReply

Has no parameters

 

Include

Takes one parameter, ProcedureName

 

If (Not) / And / Or / ElseIf / End If

Takes a variable number of conditional logical if statements

 

Export and Import of Database Schema

ExportSchema and ImportSchema are BuiltIn procedures that are available for use with source control systems.

 

[HideNew]

Has no parameters

 

[HideAttach]

Has no parameters

 

Message Handler

A Message Handler is only ever called by the Database on a Database Event. These Event Messages allow a Developer to intercept operations taking place on a per-record level and implement Event based business logic.

 

Include

An Include Procedure cannot be executed directly, the contents of its source code can only be Included into other Procedures using the Include command.

 

Folder and File Structure

Brief overview on the file structure and contents under Moxie. The files and folders discussed in this post are those that are essential when upgrading to the most recent version of Moxie.Build , or when troubleshooting server errors.