Methods
-
m( dn ) → {Mfld}
-
Description
Find Mfld in MfldColl by data name.
Parameters
Name Type Description dnstring Data name of the field
Returns
Examples
mflds.m('inspector_name').span = 6; // set span of inspector_name field to 6
Find Mfld in MfldColl by data name.
| Name | Type | Description |
|---|---|---|
dn |
string |
Data name of the field |
mflds.m('inspector_name').span = 6; // set span of inspector_name field to 6