|
| $title = "Fannie : Configure Coop Cred" |
|
| $header = "Configure Coop Cred" |
|
| $auth_classes = array('overshorts') |
|
CoopCredConfigEditor::ajax_response |
( |
|
$action) | |
|
Define any CSS needed
- Returns
- A CSS string public function css_content() { $css = ""; return $css; }
CoopCredConfigEditor::body_content |
( |
) | |
|
Override FanniePage::errorContent(). Body of a page to display instead of body_content $this->error_text is also used for smaller HTML-formatted messages. public function errorContent() { return $this->error_text; } Define the main displayed content
- Returns
- An HTML string For this script the page consists of two horizontal sections. above, a fixed select of Programs below, an area that is populated by JS with the editing form and possibly other art.
The documentation for this class was generated from the following file:
- fannie/modules/plugins2.0/CoopCred/programs/CoopCredConfigEditor.php