n2n Page Rocket 1 API

n2n\impl\web\dispatch\ui

­Aria­Form­Html­Builder

AriaFormHtmlBuilder

Constant summary

Methods summary

Modifier and Type Method
public __construct ( HtmlView view )
public open ( Dispatchable dispatchable , string enctype = null , unknown method = null , array attrs = null , unknown action = null )
public close ( )
public label ( unknown forPropertyExpression = null , bool required = false , unknown label = null , array attrs = null )
public getLabel ( unknown forPropertyExpression = null , bool required = false , unknown label = null , array attrs = null )
public input ( unknown propertyExpression = null , bool required = false , array attrs = null , unknown type = 'text' , unknown secret = false , unknown fixedValue = null , unknown tagName = 'input' , unknown elementContents = null )
public getInput ( unknown propertyExpression = null , bool required = false , array attrs = null , unknown type = 'text' , unknown secret = false , unknown fixedValue = null , unknown tagName = 'input' , unknown elementContents = null )
public textArea ( unknown propertyExpression = null , bool required = false , array attrs = null )
public getTextarea ( unknown propertyExpression = null , bool required = false , array attrs = null )
public inputRadio ( unknown propertyExpression = null , unknown value = true , array attrs = null , unknown label = null , array labelAttrs = null )
public getInputRadio ( unknown propertyExpression = null , unknown value = true , array attrs = null , unknown label = null , array labelAttrs = null )
public select ( unknown propertyExpression = null , array options , bool required = false , array attrs = null , bool multiple = false )
public getSelect ( unknown propertyExpression = null , array options , bool required = false , array attrs = null , bool multiple = false )
public inputCheckbox ( unknown propertyExpression = null , unknown value = true , bool required = false , array attrs = null , unknown label = null , array labelAttrs = null )
public getInputCheckbox ( unknown propertyExpression = null , unknown value = true , bool required = false , array attrs = null , unknown label = null , array labelAttrs = null )
public inputFileWithLabel ( unknown propertyExpression = null , bool required = false , array attrs = null , array labelAttrs = null )
public getInputFileWithLabel ( unknown propertyExpression = null , bool required = false , array attrs = null , array labelAttrs = null )
public message ( unknown propertyExpression = null , string containerTagName = 'div' , array containerAttrs = null )
public getMessage ( unknown propertyExpression = null , string containerTagName = 'div' , array containerAttrs = null , bool recursive = true , bool markAsProcessed = true , bool unprocessedOnly = true )

Constants in detail

Methods in detail