Rev. Brian Scott O'keefe

Results 6 comments of Rev. Brian Scott O'keefe

Updated GeoForm DEFAULT.JS File... Added some new attributes that are utilized in my customized MAIN.JS. ``` { "name": "FULLADDR", // field id "alias": "Full Address", // label "fieldDescription": "The Full...

Here is the new MAIN.JS ` /*global $,define,document,require,moment */ /*jslint sloppy:true,nomen:true */ define([ "dojo/_base/declare", "dojo/_base/kernel", "dojo/_base/lang", "dojo/topic", "dojo/string", "esri/dijit/BasemapToggle", "esri/arcgis/utils", "esri/config", "dojo/dom", "dojo/dom-class", "dojo/dom-style", "dojo/on", "dojo/Deferred", "dojo/promise/all", "dojo/query", "dojo/io-query", "dojo/_base/array",...

For instance... I use the GeoForm to populate the Local Government Model - Address - SiteAddressPoint. I have figured out how to generate the SITEADDID field so that it is...

I feel like you could edit the geoform/config/default.js and add minor javascript that creates that serialization ID and then add it in the '**defaultValue**' attribute and maybe use the new...

Is the NPS version of the ESRI shortlist template (the one that has replaced the 'Details' panel with what looks like a lightbox window) available for download and use?

I'm using Notepad++ altho I'm considering shifting over to Dreamweaver CC... I'll adjust the tab-situation.