SondagesPro / LS-toolsDomDocument

Tool for another plugin : Add some libraries for easiest manipulation on DOM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toolsSmartDomDocument

Tool for another plugin : Add some libraries for easiest manipulation on DOM

Documentation

The primary purpose is to manipulate HTML just before shown. Exemple of usage for beforeQuestionRender {ANSWERS}. Not using regexp, because find id or element in HTML is more stable.

The class can be easily imported using $dom = new \toolsDomDocument\SmartDOMDocument();. After 2 function extend php DOMDocument are added.

  • loadPartialHTML : to load the HTML of answers
  • saveHTMLExact : to get exact HTML updated.

Copyright

About

Tool for another plugin : Add some libraries for easiest manipulation on DOM


Languages

Language:PHP 100.0%