Overview

Namespaces

  • None
  • Xmf
    • Database
    • Module
      • Helper
    • Template
  • Xoops
    • Auth
    • Core
      • Cache
      • Database
        • Logging
        • Schema
      • Exception
      • Handler
        • Scheme
      • Kernel
        • Dtype
        • Handlers
        • Model
      • Lists
      • Locale
        • Punic
      • Service
        • Contract
      • Session
      • Text
        • Sanitizer
          • Extensions
      • Theme
        • Plugins
    • Form
    • Html
    • Locale
    • Module
      • Helper
      • Plugin

Classes

  • Censor
  • Clickable
  • Embed
  • Flash
  • Iframe
  • Image
  • Mms
  • Mp3
  • Quote
  • Rtsp
  • SoundCloud
  • SyntaxHighlight
  • TextFilter
  • UnorderedList
  • Wiki
  • Wmp
  • XoopsCode
  • Xss
  • YouTube
  • Overview
  • Namespace
  • Class
  • Tree

Class Image

TextSanitizer extension

Xoops\Core\Text\Sanitizer\SanitizerConfigurable
Extended by Xoops\Core\Text\Sanitizer\SanitizerComponent
Extended by Xoops\Core\Text\Sanitizer\ExtensionAbstract
Extended by Xoops\Core\Text\Sanitizer\Extensions\Image
Namespace: Xoops\Core\Text\Sanitizer\Extensions
Package: Xoops\Core\Text
Category: Sanitizer\Extensions
Copyright: 2000-2015 XOOPS Project (http://xoops.org)
License: GPL 2 (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Taiwen Jiang phppp@users.sourceforge.net
Link: http://xoops.org
Located at oops_lib/Xoops/Core/Text/Sanitizer/Extensions/Image.php
Methods summary
public
# registerExtensionProcessing( )

Register extension with the supplied sanitizer instance

Register extension with the supplied sanitizer instance

Methods inherited from Xoops\Core\Text\Sanitizer\ExtensionAbstract
getDhtmlEditorSupport(), getEditorButtonHtml()
Methods inherited from Xoops\Core\Text\Sanitizer\SanitizerComponent
__construct()
Methods inherited from Xoops\Core\Text\Sanitizer\SanitizerConfigurable
getDefaultConfig()
Properties summary
protected static $jsLoaded
#
protected static array $defaultConfiguration

default configuration values

default configuration values

# [ 'enabled' => true, 'clickable' => true, // Click to open an image in a new window in full size 'resize' => true, // Resize the image down to max_width set below 'max_width' => 300, // Maximum width of an image displayed on page 'allowimage' => true, // true to allow images, false to force links only ]
Properties inherited from Xoops\Core\Text\Sanitizer\SanitizerComponent
$config, $shortcodes, $ts
API documentation generated by ApiGen