gxp.NewSourceDialog¶
-
class
gxp.NewSourceDialog(config)¶ An Ext.Panel with some defaults that better lend themselves toward use as a quick query to get a service URL from a user.
Config Options¶
Configuration properties in addition to those listed for Ext.Panel.
-
addServerText StringText for add server button (i18n).
-
addSource A callback function to be called when the user submits the form in the NewSourceDialog.
TODO this can probably be extracted to an event handler
-
bodyStyle The default bodyStyle sets the padding to 0px
-
cancelText StringText for cancel button (i18n).
-
contactingServerText StringText for server contact (i18n).
-
invalidURLText StringMessage to display when an invalid URL is entered (i18n).
-
title StringDialog title (i18n).