Search Results for attribute

 

[Custom] HTML (DB Field Attribute)

Allows any extra HTML Attributes to be specified in the Control's HTML Tag

 

 

 

 

[Sort] (DB Relationship Attribute)

Accepts a space separated list of field names.

 

 

[Time] (DB Field Attribute)

Has no parameters.

 

[!] 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.

 

 

[Date] (DB Field Attribute)

Has no parameters.

 

[L] Lookup (DB Field Attribute)

Takes one parameter.

 

 

[#] Format (DB Field Attribute)

Takes 1 parameter, a formatting mask

 

[If] Assignment (DB Field Attribute)

Parameter is divided into two parts, the Test and the Result if True. The test comes prior to the keyword of Then and the Result if True comes after.

 

 

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

Takes 1 parameter, a formatting mask

 

 

 

[D] Default Value

Parameter is a value or an expression to be used when a record is created if no value is specified during the creation. The value or expression is run through the Assignment Attribute in order to calculate it's result.

 

Lookup$

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

 

HttpSoap$

Takes 8 parameters, ServerName, Port, bSecure, Path, ExtraHttpHeaders, Envelope, ExtraBody, xml

 

[TQMessage]

Takes one parameter, Message, or no parameters

 

HtmlToText$

Takes a single parameter, Source

 

MarkdownToHtml$

Takes one parameter, Source

 

Minute$

Takes one parameter, Source

 

Month$

Takes one parameter, Source

 

[TemplateType]

Takes no parameters

 

[TemplateName]

Takes no parameters

 

[WQResult]

Takes either one parameter, ResultValue, or no parameters

 

Day$

Takes one parameter, Source

 

Ctid$

Has one parameter.

 

DateTime$

Takes one parameter, Source

 

[WQRecCount]

Has no parameters

 

[TQResult]

Takes either one parameter, ResultValue, or no parameters

 

[TQRecCount]

Has no parameters

 

Hour$

Takes one parameter, Source

 

[WQMessage]

Takes one parameter, Message, or no parameters

 

SkipCalls

Takes no parameters

 

UpdateTableField

Takes seven parameters, TableName, OldFieldName, NewFieldName, Label, Note, Attr, DevNote

 

ResetTableNextAlias

Takes one parameter, TableName

 

New

Takes two parameters, TableName, IfLenFld

 

NewTableField

Takes six parameters, TableName, FieldName, Label, Note, Attr, DevNote

 

HtmlNavbar

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

 

HtmlTable

Takes 6 parameters, Location, Mode, Class, bNoHeader, bNoAutoAlign, bNoIDTags

 

HtmlForm

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

 

XmlMerge

Takes two parameters, [WorkWith]+Scope, EmbedScope

 

XmlStream

Takes one parameter, Data

 

ListRltns

Takes one parameter, TableName

 

TimeDif$

Takes two parameters, Source, Value

 

TimeSub$

Takes two parameters, Source, Value

 

TimeAdd$

Takes two parameters, Source, Value

 

RawStream$

Has no parameters

 

Second$

Takes one parameter, Source

 

TemplateType

Takes one parameter, Type

 

ListFields

Takes one parameter, TableName

 

HttpCookie

Takes 6 parameters, Name, Value, Path, Domain, Expires, Other

 

TimeZone$

Takes two parameters, Source, Value

 

Year$

Takes one parameter, Source

 

[Raw] Raw HTML

Accepts one parameter which is the raw HTML content to be placed in the form at the Field's location.

 

[RecName]

Takes one parameter

 

[Min]

Accepts a numeric value as a parameter.

 

[MText] Multiline Text Editor

Accepts one optional numeric value as a parameter

 

[SearchSort]

Parameter is a space separated list of field names to have the display table sorted by when displaying search results in the Admin interface.

 

[State] Error State

Takes one parameter.

 

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

 

[SearchFieldList]

Parameter is a space separated list of field names to be displayed when the user is viewing results from the Search List in the Admin interface.

 

[Ajax]

Takes 3 parameters, Event, DestinationID, Path

 

[DatePicker]

Takes no parameters

 

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.

 

 

[Max]

Accepts a numeric value as a parameter.

 

[MaxLen]

Accepts a numeric value as a parameter.

 

[Footer] Raw HTML

Accepts one parameter which is the raw HTML content to be placed in the form, below the Field's location.

 

[Header] Raw HTML

Accepts one parameter which is the raw HTML content to be placed in the form, above the Field's location.

 

[Temp] Field

Parameter is a single new field name or a space separated list of new field names.

 

Meta

Takes any unspecified data, intended for use by external systems

 

Throttle / End Throttle

Takes one parameter, SlowWritePercent

 

FailIfRecError

Has no parameters

 

LangWith

Has one parameter, a Content.Lang prefix

 

[CountIf]

Takes one parameter, TestCondition

 

[HtmlOutput]

Takes a variable number of parameters

 

TimeUnix$

Takes one parameter, Source

 

[!] 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

 

[HideNew]

Has no parameters

 

 

[FieldList]

Parameter is a space separated list of field names to be displayed.

 

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

 

AjaxReply

Has no parameters

 

 

Export and Import of Database Schema

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