Takes two parameters, Location, Mode
Takes two parameters, Location, Mode
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.
Takes a single string as parameter, which is then appended to each line in the code block.
Takes one parameter, Source
Has one parameter.
Takes one parameter, Source
Takes three parameters, Login, Password, bRememberMe
Takes three parameters, FilePath, Start, Len
The Moxie.cfg file is read on server start and controls aspects that cannot be changed while the server is running.
Takes a variable number of conditional statements to compare against a single source
Takes two parameters, FileName, FileData
Takes three parameters, QueryName, FieldBase, FieldNames
Takes one parameter, FieldName
A traditional way to check for hard errors and enable those errors to error softly.
Takes one parameter, SlowWritePercent
Takes six parameters, FieldBase, Destination, Source, Left, Comparison, Right
Takes three parameters, QueryName, FieldBase, FieldNames
Takes two parameters, FieldBase, PivotField
Takes 6 parameters, Location, Mode, Div, Data, Script, Extra
Takes four parameters, FieldBase, Destination, Source, IfLenFld
Takes 10 parameters, Location, Mode, Title, TitleLink, Class, Fixed, bUseContainer, bNotResponsive, bInverted, HtmlPre, HtmlApn
Takes 7 parameters, Location, Mode, Title, TitleLink, Class, HtmlPre, HtmlApn
Takes three parameters, Login, Password, bRememberMe
Takes one parameter, EscapedHTMLString, and returns the Unescaped Version of this string
Takes one parameter, EscapedHTMLString, and returns the Unescaped Version of this string
Takes no parameters
Takes two parameters, WorkFieldBase + FieldToParse, Delimiter
Takes 5 parameters, FieldBase, GroupBy, MergeField, Delimiter, bKeepBlanks
Takes five parameters, FieldBase, FieldList, Mask, bBlanks2Zero, IfLenFld
Has no parameters
Has no parameters
ExportSchema and ImportSchema are BuiltIn procedures that are available for use with source control systems.
An Include Procedure cannot be executed directly, the contents of its source code can only be Included into other Procedures using the Include command.
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.
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.
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.
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.
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.
This style guide provides comprehensive standards for writing clean, maintainable, and consistent MOX code for Moxie.Build. Code examples on this page are for illustrative purposes and are only intended to demonstrate style conventions.
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".
A Public Method may be called from any other Procedure, by the Default plug-in as part of the CMS.
Takes one parameter, ProcedureName
Has 4 parameters, Destination, Action, Source, Value
A set of instructions that can be called with parameters to run in the current scope.
Private Method contained within a given procedure.
Takes any unspecified data, intended for use by external systems
Takes a single Field name to test if it is true, with an optional Not operator to test if false, followed by the conditional statement
Takes three parameters, Destination, Action, Source
Takes two parameters, FileName, FileData
Takes three parameters, FolderPath, Action, Source
Takes a variable number of conditional logical if statements
Takes a single parameter, a QueryName