Container for the litany of service inputs.
GeoMOOSE. | Container for the litany of service inputs. |
Functions | |
getTitle | Returns the title/label of this input. |
GeoMOOSE. | Provide a text label for describing behaviour to the user. |
Functions | |
_setValue | Internal method for setting up the value. |
GeoMOOSE. | Provides both a freeform hex input and a color picker. |
Variables | |
_labelHTML | Stores the text template for updating the legend chip in a color picker. |
Functions | |
_setValue | Takes in the value from the onChange of the Palette, sets the local value and updates the display. |
GeoMOOSE. | Sends the current projection definition for the map to the service. |
GeoMOOSE. | Uses a combination of a textbox and a drop down in order to provide multiple unit compatibility for entering length information. |
Functions | |
_setValue | Uses the value from the select and the textbox to convert the users input to meters. |
Provides both a freeform hex input and a color picker.
Variables | |
_labelHTML | Stores the text template for updating the legend chip in a color picker. |
Functions | |
_setValue | Takes in the value from the onChange of the Palette, sets the local value and updates the display. |
Returns the title/label of this input.
getTitle: function()
Internal method for setting up the value.
_setValue: function( value )
Stores the text template for updating the legend chip in a color picker.
_labelHTML: '<span class="dijitInline" style="border: solid 1px black; width: 18px; height: 1em; background-color: ${color}"></span>'
Takes in the value from the onChange of the Palette, sets the local value and updates the display.
_setValue: function( value )
Uses the value from the select and the textbox to convert the users input to meters.
_setValue: function( value )