function tinymce_profile_form in TinyMCE 5.2
Same name and namespace in other branches
- 5 tinymce.module \tinymce_profile_form()
- 6.2 tinymce.admin.inc \tinymce_profile_form()
- 6 tinymce.admin.inc \tinymce_profile_form()
Return an HTML form for profile configuration.
1 call to tinymce_profile_form()
- tinymce_admin in ./
tinymce.module - Controller for tinymce administrative settings.
File
- ./
tinymce.module, line 949 - Integrate the TinyMCE editor (http://tinymce.moxiecode.com/) into Drupal.
Code
function tinymce_profile_form($edit) {
$output .= drupal_get_form('tinymce_profile_form_build', $edit);
return $output;
}