Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.04 KB

Inputfield ACE Extended

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.

Limitations & known issues

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.

Changelog

** 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

Roadmap

  • add full screen mode
  • expose a jQuery api for resizing, setting row count etc.