Allows any extra HTML Attributes to be specified in the Control's HTML Tag
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 9 parameters, ServerName, Port, bSecure, Mode, Path, ContentType, extraHeader, body, rtnHeaders
Takes two parameters Command, Options
Takes seven parameters, Location, Mode, Prompt, Path, Class, Name, HelpText
Takes no parameters.
Cloudflare is a first and foremost a Web Application Firewall and Content Distribution Network, among other additional services.
The Moxie.cfg file is read on server start and controls aspects that cannot be changed while the server is running.
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.
Takes one parameter, Type
Takes 5 parameters, Location, Mode, Class/ID, Init, bNoAutoAlign
Takes 7 parameters, Location, Mode, Title, TitleLink, Class, HtmlPre, HtmlApn
Takes 10 parameters, Location, Mode, Title, TitleLink, Class, Fixed, bUseContainer, bNotResponsive, bInverted, HtmlPre, HtmlApn
Takes three parameters, FieldBase, Fields, IfLenFld
Takes a variable number of parameters, FieldBase, Test1, Test2, [etc...]
Takes 3 parameters, Folder, Filter, bShowImgSize, bShowAccessed
Takes two parameters, FieldBase, PivotField
Takes two parameters, FileName, FileData
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.
Accepts one parameter which is the raw HTML content to be placed in the form at the Field's location.
A PaaS Method may be called by any other Moxie system. In order to call a PaaS Method from MOX, the PaaS statement is used.
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.
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.
A special type of Private Method, called a Private Function, that is intended to return a single value or multiple values simultaneously.
Takes a single string as parameter, which is then appended to each line in the code block.
Takes two parameters, FileName, FileData
A Public Method may be called from any other Procedure, by the Default plug-in as part of the CMS.
A Remote Method may be called by any other Moxie system. It can be used to divide up a large system among a number of backend servers, or as a public API for 3rd parties. In order to call a Remote Method from MOX, the Remote statement is used.