Module: AntDesignDFormManager

Members

(static, constant) MultipleInput

default data source model : { value : string, checked : boolean, prefixValue : string }

Source:

(static, constant) SelectMultipleRemote

Source:

(static, constant) SelectRemote

select ajax remote component build-in with love <3 value was props into child-component automatically

Source:

(static, constant) SelectRemote2

Source:

(inner) INPUT_MAX_VALUE

Source:
To Do:
  • localization

Methods

(inner) FormManager(fields, default, form, layout)

Representer for form manager, build-in

Parameters:
Name Type Description
fields IField

define each field config

default Object

define initial value

form FormInstance

represented for form instance

layout horizontal | vertical

optional choose horizontal or vertial layout

Source: