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.
Allows any extra HTML Attributes to be specified in the Control's HTML Tag
Takes seven parameters, Location, Mode, Prompt, Path, Class, Name, HelpText
Takes two parameters Command, Options
Takes 9 parameters, ServerName, Port, bSecure, Mode, Path, ContentType, extraHeader, body, rtnHeaders
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 no parameters.
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
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.
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.
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.
A Public Method may be called from any other Procedure, by the Default plug-in, or a Custom COM DLL. Each Public Method may either use specific Input Parameters, or it may accept an Input Query.
Takes two parameters, FileName, FileData
Cloudflare is a first and foremost a Web Application Firewall and Content Distribution Network, among other additional services.
Takes a single string as parameter, which is then appended to each line in the code block.
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.
A special type of Private Method, called a Private Function, that is intended to return a single value or multiple values simultaneously.