plomino / plomino.tinymce

Plomino TinyMCE Integration is a plugin for Plomino which allows to manage easily Plomino objects (fields, actions and hidewhen) from the TinyMCE interface.
1 stars 2 forks source link

Linkto option #12

Closed displacedaussie closed 8 years ago

displacedaussie commented 8 years ago

This pull request adds a new TinyMCE button that adds a "Linkto" field option.

The main use case for this is with multi page forms. For a multipage form, it may be desirable to show a "summary" page which shows the values already entered into the form (dynamic display fields allow this to work). This linkto option adds the ability to link back to any field on the form. For a multipage form, the "paging" will move back through the form to find the field. For a normal form, a normal link to the field is inserted into the page.

Related pull request that uses this functionality: https://github.com/plomino/Plomino/pull/676

ebrehault commented 8 years ago

By the way, if you need a Pypi release of plomino.tinymce including your last changes, just tell me.

displacedaussie commented 8 years ago

Thanks Eric. I think we're ok without a released version for now. I'll let you know if we need one at some point in the future.