JSList

Overview

This class is the representation of a mobile list component/form.

Methods Summary

TypeNameSummary

Returns the list's form..

Methods Details

getForm()

Returns the list's form.

Returns JSForm the list's form.

Sample

newFormList.getForm().dataprovider = formList.getForm().dataprovider;

Last updated