educationZEN / eduzoo-components

This repository holds all the components necessary to write your own eduZOO
GNU Lesser General Public License v3.0
0 stars 2 forks source link

Create possibility to include definitions/examples/etc on demand #23

Open joernweissenborn opened 9 years ago

joernweissenborn commented 9 years ago

This shall work like wiki links, but instead of being redirected to a new page, the desired content should be dynamically added to the zoo.

joernweissenborn commented 9 years ago

I will use something like

   var div = this.parentNode
   var content = document.createTextNode("<p>blA</p>");
   div.parentNode.insertBefore(content,div)         

in conjunction with https://addyosmani.github.io/webcomponent-samples/polymer/modules/