Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • W wikiwfs.geo.uu.nl
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • System Projects
  • wikiwfs
  • wikiwfs.geo.uu.nl
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Sep 30, 2021 by 3537390's avatar 3537390
Hide whitespace changes
Inline Side-by-side
home.md
View page @ bd40bdbe
......@@ -5,6 +5,23 @@ WikiWFS
[ajaxTemplates](ajaxTemplates)\
[ajaxMaps](ajaxMaps)
ajaxPages contain any of the following JavaScript modules:
- ajaxMenu
- ajaxTable
- ajaxTemplate
- ajaxMap
After loading the JavaScript module each module can be assigned to an HTML element:
```
<script>
</script>
```
<div data-ajax="menu"></div>
<div data-ajax="map"></div>
<div data-ajax="template"></div>
<table data-ajax="table"></table>
**parentElements:**\
An element becomes a parentElement if there is one or more childElements with the data-parentId attribute set to the element.id of the parentElement.
......
Clone repository

Home
ajaxMenus
ajaxTables