Actions
Feature #19982
closedAdd helper functions for additional frontend editing controllers and views
Start date:
2009-02-06
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
To support additional frontend editing controllers (ie. TemplaVoila) and view (ie. fe_edit_advanced) a couple simple helper functions are needed.
The getJavascriptIncludes() method does nothing in the default controller that the core provides, but the TemplaVoila controller will provide an additional Javascript file that extends client side frontend editing to account for FlexForm pointers.
The forcePreview() method is used to set $this->ext_forcePreview externally. The upcoming fe_edit_advanced extension requires that this property is always set.
(issue imported from #M10374)
Files
Updated by Jeff Segars almost 16 years ago
Committed followup patch to trunk in r5028.
Updated by Jeff Segars almost 16 years ago
And a (hopefully) final followup in r5039.
Actions