Skip to content
matjaztrontelj edited this page Feb 17, 2014 · 8 revisions

Release Notes

Working with Javascript

How to edit pages with JavaScript that modifies DOM

Pinegrow Plugins

Plugin types:

  • Framework plugins implement support for frameworks like Bootstrap, 960 Grid etc. They integrate in Pinegrow through Lib and Prop tabs. They define components, their properties and implement selectors or functions that auto-detect these components in DOM tree. Supported from version 1.082.
  • Actions, tools and filters. Coming soon.

Loading a plugin

Open a page, go to Page menu on top of the page and select Manage frameworks. There you can activate / deactivate plugins for this page as well as load custom plugins. Once custom plugin is added it will be automatically loaded when the app starts.

Developing plugins

Check out 960 Grid plugin. It serves as a good starting point for developing simple framework plugins. More documentation will be available soon.

Debugging plugins

Open Chrome Developers tools in File menu.

Clone this wiki locally