OpenLayers. | |
Properties | |
formPanel | {Ext.Panel} The form panel saved so it can be recalled |
map | {OpenLayers.Map} The map object to be called |
oldwindow | {Ext.Window} The window saved so it can be recalled |
selectedTemplate | {Object} The currently selected template |
templates | {Object array} The array containing all templates |
type | {String} The type of <OpenLayers.Control> -- When added to a <Control.Panel>, ‘type’ is used by the panel to determine how to handle our events. |
Functions | |
generatePDF | Generate the PDF with the specified template |
initializeForm | Initialize the form with the corresponding fields |
stringify | Transform JSON in string |
trigger | Open the window. |
Generate the PDF with the specified template
generatePDF: function( button, e )
Initialize the form with the corresponding fields
initializeForm: function( template, node )
Transform JSON in string
stringify: function( json )
Open the window.
trigger: function( template )