You are here

function fckeditor_profile_form in FCKeditor - WYSIWYG HTML editor 6

Same name and namespace in other branches
  1. 5.2 fckeditor.module \fckeditor_profile_form()

Return an HTML form for profile configuration.

1 call to fckeditor_profile_form()
fckeditor_admin in ./fckeditor.module
Controller for FCKeditor administrative settings.

File

./fckeditor.module, line 1370
FCKeditor - The text editor for Internet - http://www.fckeditor.net Copyright (C) 2003-2008 Frederico Caldeira Knabben

Code

function fckeditor_profile_form($edit) {
  $output = drupal_get_form('fckeditor_profile_form_build', $edit);
  return $output;
}