You are here

public function sweaver_plugin::sweaver_form_css_js in Sweaver 7

Same name and namespace in other branches
  1. 6 sweaver_plugin.inc \sweaver_plugin::sweaver_form_css_js()

Sweaver css and js.

9 methods override sweaver_plugin::sweaver_form_css_js()
sweaver_plugin_advanced::sweaver_form_css_js in plugins/sweaver_plugin_advanced/sweaver_plugin_advanced.inc
Frontend css and js.
sweaver_plugin_editor::sweaver_form_css_js in plugins/sweaver_plugin_editor/sweaver_plugin_editor.inc
Frontend css and js.
sweaver_plugin_kb::sweaver_form_css_js in plugins/sweaver_plugin_kb/sweaver_plugin_kb.inc
Frontend css and js.
sweaver_plugin_palettes::sweaver_form_css_js in plugins/sweaver_plugin_palettes/sweaver_plugin_palettes.inc
Frontend css and js.
sweaver_plugin_styles::sweaver_form_css_js in plugins/sweaver_plugin_styles/sweaver_plugin_styles.inc
Frontend css and js.

... See full list

File

./sweaver_plugin.inc, line 122
Abstract Base class for a sweaver plugin.

Class

sweaver_plugin
@file Abstract Base class for a sweaver plugin.

Code

public function sweaver_form_css_js(&$inline_settings) {

  // Load some extra javascript and/or css files.
}