Skip to content
scribu edited this page Apr 4, 2012 · 10 revisions

Initialise dynamic content (2.2.2-alpha)

When the page loads, FEE initialises all the editable fields marked with .fee-field or .fee-group classes.

Some plugins, such as Infinite Scroll, load additional content via AJAX. To make this content editable via FEE, you just need to make a single call:

FrontEndEditor.init_fields()
Clone this wiki locally