new VerkehrsStaerkenThemeView()
modules/tools/gfi/themes/verkehrsstaerken/view.js, line 19
Extends
Methods
-
inherited adjustGfiWindow(currentView, oldGfiWidth, oldLeft){*}
modules/tools/gfi/themes/view.js, line 117 -
todo
Name Type Description currentView
* todo oldGfiWidth
* todo oldLeft
* todo -
inherited appendChildren(){*}
modules/tools/gfi/themes/view.js, line 147 -
Alle Children werden dem gfi-content appended. Eine Übernahme in dessen table ist nicht HTML-konform (kann nicht in
). Nur $.append, $.replaceWith usw. sorgen für einen korrekten Zusammenbau eines
. Mit element.val.el.innerHTML wird HTML nur kopiert, sodass Events nicht im view ankommen.inherited appendRoutableButton(){*}
modules/tools/gfi/themes/view.js, line 165Fügt den Button dem gfiContent hinzuinherited appendTheme(model, value){void}
modules/tools/gfi/themes/view.js, line 53Appends the gfi theme to the gfi toolName Type Description model
Tools/GFI/Themes/Model model with gfi theme value
boolean is gfi tool visible changeKat(evt){void}
modules/tools/gfi/themes/verkehrsstaerken/view.js, line 29Changes the category of the graphName Type Description evt
Event Click event loadDiagramm(){void}
modules/tools/gfi/themes/verkehrsstaerken/view.js, line 46Creates the Diagramminherited render(){*}
modules/tools/gfi/themes/view.js, line 37todotoggleTab(evt){void}
modules/tools/gfi/themes/verkehrsstaerken/view.js, line 58Toggles the tabs between the table and the diagramName Type Description evt
Event Click event Events
-
inherited RadioRequestGFIGetRequestedParcelId
devtools/jsdoc/events.js, line 2447 -
Todo