| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 262 lines (6 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
FCKeditor:: (6 methods):
FCKeditor()
Create()
CreateHtml()
IsCompatible()
GetConfigFieldString()
EncodeConfig()
| FCKeditor( $instanceName ) X-Ref |
| Main Constructor. Refer to the _samples/php directory for examples. param: string $instanceName |
| Create() X-Ref |
| Display FCKeditor. |
| CreateHtml() X-Ref |
| Return the HTML code required to run FCKeditor. return: string |
| IsCompatible() X-Ref |
| Returns true if browser is compatible with FCKeditor. return: boolean |
| GetConfigFieldString() X-Ref |
| Get settings from Config array as a single string. return: string |
| EncodeConfig( $valueToEncode ) X-Ref |
| Encode characters that may break the configuration string generated by GetConfigFieldString(). param: string $valueToEncode return: string |
| FCKeditor_IsCompatibleBrowser() X-Ref |
| Check if browser is compatible with FCKeditor. Return true if is compatible. return: boolean |
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |