KTML 4 PHP Classes
[ class tree: KTML 4 PHP Classes ] [ index: KTML 4 PHP Classes ] [ all elements ]

Procedural File: ktml4.config.php

Source Location: /ktml4.config.php



Page Details:








KTML4_IMAGE_HEIGHT [line 31]

KTML4_IMAGE_HEIGHT = '360'
Image editor thumbnail height (in pixels)


[ Top ]



KTML4_IMAGE_WIDTH [line 25]

KTML4_IMAGE_WIDTH = '480'
Image editor thumbnail width (in pixels)


[ Top ]



KTML4_MAX_UPLOAD_IMAGE_HEIGHT [line 43]

KTML4_MAX_UPLOAD_IMAGE_HEIGHT = '350'
Maximum image height (in pixels). If the uploaded image is higher, the image is resized.


[ Top ]



KTML4_MAX_UPLOAD_IMAGE_WIDTH [line 37]

KTML4_MAX_UPLOAD_IMAGE_WIDTH = '500'
Maximum image width (in pixels). If the uploaded image is wider, the image is resized.


[ Top ]



KTML4_THUMBNAIL_FOLDER [line 6]

KTML4_THUMBNAIL_FOLDER = '.thumbnails/'
Folder where the images' thumbnails are kept


[ Top ]



KTML4_THUMBNAIL_HEIGHT [line 18]

KTML4_THUMBNAIL_HEIGHT = '100'
Image browser thumbnail height (in pixels)


[ Top ]



KTML4_THUMBNAIL_WIDTH [line 12]

KTML4_THUMBNAIL_WIDTH = '100'
Image browser thumbnail width (in pixels)


[ Top ]



KTML4_GLOBALS [line 62]

$GLOBALS['KTML4_GLOBALS'] = array(
'allowed_tags_list' => '',
'denied_tags_list' => 'script,iframe,frame',
'add_new_paragraph_on_enter' => 'true',
'special_chars' => '',
'colors' => '',
'fonts' => 'Arial, Helvetica, sans-serif|Times New Roman, Times, serif|Courier New, Courier, mono|Georgia, Times New Roman, Times, serif|Verdana, Arial, Helvetica, sans-serif|Geneva, Arial, Helvetica, sans-serif',
'editor_inner_dimensions' => 'false',
'stop_parent_scroll_on_focus' => 'true'
);

Editor configuration options:
  • allowed_tags_list - list of tags that are allowed to appear in the page HTML code.
  • denied_tags_list - list of tags that are not allowed to appear in the page HTML code.
  • add_new_paragraph_on_enter - TRUE/FALSE - when TRUE, pressing ENTER will cause the insert of a <p> tag. On FALSE,a <br> tag will be added.
  • special_chars - list of special characters to be displayed in the Special Character Picker.
  • colors - list of colors to be displayed in the color pickers in the editor.
  • fonts - pipe separated list of the fonts displayed in the drop-down menu.
  • editor_inner_dimensions - TRUE / FALSE - define what the editor dimension reffers to: the entire editor or the editing window.
  • stop_parent_scroll_on_focus - TRUE/FALSE - if true, when scrolling the mouse only the editor window will scroll. On false, the browser window scrolls.



[ Top ]





Documentation generated on Mon, 20 Feb 2006 11:29:30 +0200 by phpDocumentor 1.3.0RC3