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 @ 8f9377f0
......@@ -11,7 +11,7 @@ An element becomes a parentElement if there is one or more childElements with th
- A parentElement can only receive data from a database query.
- A parentElement can transmit and receive events to and from any of its childElements.
- When an event (mouseover, mouseout, mousedown, mouseup, click) happens on the parentElement, the event propagates down to all childElements.
- When an event (_mouseover, mouseout, mousedown, mouseup, click_) happens on the parentElement, the event propagates down to all childElements.
**siblingElements:**\
......@@ -19,7 +19,7 @@ An element becomes a siblingElement if itself and all its siblingElements have t
- A siblingElement can only receive data from a database query.
- A siblingElement can transmit and receive events to and from any of its siblingElements.
- When an event (mouseover, mouseout, mousedown, mouseup, click) happens on the siblingElement, the event propagates to all the siblingElements except the siblingElement from which the event originated.
- When an event (_mouseover, mouseout, mousedown, mouseup, click_) happens on the siblingElement, the event propagates to all the siblingElements except the siblingElement from which the event originated.
**childElements:**\
......@@ -27,7 +27,7 @@ An element becomes a childElement if it has its data-parentId attribute set to t
- A childElement can only receive data from its parentElement.
- A childElement can transmit and receive events to and from its parentElement.
- When an event (mouseover, mouseout, mousedown, mouseup, click) happens on the childElement, the event propagates up to the parentElement and then propagates down to all its childElements except the current childElement from which the event originated.
- When an event (_mouseover, mouseout, mousedown, mouseup, click_) happens on the childElement, the event propagates up to the parentElement and then propagates down to all its childElements except the current childElement from which the event originated.
_An element can both be a parentElement and a siblingElement at the same time.
_An element can both be a parentElement and a siblingElement at the same time.\
A childElement can not be a parentElement and/or a siblingElement at the same time._
\ No newline at end of file
Clone repository

Home
ajaxMenus
ajaxTables