is the LABKEY.ext.formPanel example right?

LabKey Support Forum (Inactive)
is the LABKEY.ext.formPanel example right? Ben Bimber  2010-07-09 12:15
Status: Closed
 
ok, not a big deal. i have a few other questions just to make sure i'm understanding the big picture of LABKEY.ext.FormPanel:

1. It's primarily designed to assist with the creation of the web form itself. It helps interpret labkey metadata to create the proper Ext components. It will assist with displaying error messages.

2. It does not do anything special to help submit the data. It will inherit from Ext.form.FormPanel though. If I'm going to try to use this to build EHR data entry forms (data submitted into one or more datasets), I would probably just add my own onSubmit handler.

3. Is does not seem to do anything to provide warnings if you try to have entered data, but try to navigate away (i think this is called setDirty() in LABKEY.form). Am I missing that? Does it inherit something from ext?

Thanks.