[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/fckeditor/ -> fckeditor.admin.inc (summary)

FCKeditor - The text editor for Internet - http://www.fckeditor.net Copyright (C) 2003-2008 Frederico Caldeira Knabben == BEGIN LICENSE ==

File Size: 1438 lines (62 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 21 functions

  fckeditor_admin_main()
  fckeditor_profile_overview()
  fckeditor_admin_profile_clone_form()
  fckeditor_admin_profile_clone_form_validate()
  fckeditor_admin_profile_clone_form_submit()
  fckeditor_admin_profile_form()
  fckeditor_admin_profile_form_validate()
  fckeditor_admin_profile_form_submit()
  fckeditor_admin_global_profile_form()
  fckeditor_admin_global_profile_form_validate()
  fckeditor_admin_global_profile_form_submit()
  fckeditor_admin_values_to_settings()
  fckeditor_admin_profile_validate_fieldpaths()
  fckeditor_admin_profile_delete_form()
  fckeditor_admin_profile_delete_form_submit()
  fckeditor_rebuild_selectors()
  fckeditor_rule_create()
  fckeditor_parse_rule()
  fckeditor_rule_to_regex()
  fckeditor_rule_to_string()
  fckeditor_profile_delete()

Functions
Functions that are not part of a class:

fckeditor_admin_main()   X-Ref
Main administrative page


fckeditor_profile_overview()   X-Ref
Controller for fckeditor profiles.


fckeditor_admin_profile_clone_form($form_state, $oldprofile)   X-Ref
Clone profile


fckeditor_admin_profile_clone_form_validate($form_state, $oldprofile)   X-Ref
No description

fckeditor_admin_profile_clone_form_submit($form, &$form_state)   X-Ref
No description

fckeditor_admin_profile_form($form_state, $profile = NULL)   X-Ref
Form builder for a normal profile


fckeditor_admin_profile_form_validate($form, &$form_state)   X-Ref
Profile validation.


fckeditor_admin_profile_form_submit($form, &$form_state)   X-Ref
No description

fckeditor_admin_global_profile_form($form_state, $mode = 'add')   X-Ref
No description

fckeditor_admin_global_profile_form_validate($form, &$form_state)   X-Ref
No description

fckeditor_admin_global_profile_form_submit($form, &$form_state)   X-Ref
No description

fckeditor_admin_values_to_settings($values)   X-Ref
Converts an array of form values to a serialized array that does not
contain Drupal Form API values


fckeditor_admin_profile_validate_fieldpaths($fieldname, $paths)   X-Ref
No description

fckeditor_admin_profile_delete_form($form_state, $profile)   X-Ref
No description

fckeditor_admin_profile_delete_form_submit($form, &$form_state)   X-Ref
No description

fckeditor_rebuild_selectors($name = NULL)   X-Ref
Rebuilds the regular expression that is used to match the inclusion/exclusion rules
and the simplified toolbar rules

param: string $name Name of the profile to process. If omitted, all profiles are rebuilt

fckeditor_rule_create($nodetype = '*', $path = '*', $fieldname = '*')   X-Ref
No description

fckeditor_parse_rule($rule)   X-Ref
No description

fckeditor_rule_to_regex($rule)   X-Ref
No description

fckeditor_rule_to_string($rule)   X-Ref
No description

fckeditor_profile_delete($name)   X-Ref
Remove a profile from the database.




Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7