Version 0.4.x
A highly configurable and flexible ACE editor input field for ProcessWire 2.5.5
This module is sponsored in part by Nibiri, aka forum member Macrura.
See this short Screencast to get an overview.
You cannot inatantiate the Inputfield as of now via $this->modules->get('InputfieldAceExtended')
, this will be fixed soon.
It does not expose many hooks. Please report if you need certain ones.
** 0.4.0 **
- move advanced options into one dimensional hash, rather that in sub objects like
editor
, 'session' etc.
** 0.3.0 **
- add possiblity to apply advanced options via json string in a separate field setting
** 0.2.0 **
- add possibility to clear localStorage, add cookie fallback
** 0.1.0 **
- initial version
- add full screen mode
- expose a jQuery api for resizing, setting row count etc.