SAP ABAP Class CLG_THTMLBX_BTF (Base: <thtmlbx:btf>)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-UI-TAG (Application Component) Tag Library
     BSP_DYN_CONFIG_TAG_LIB (Package) New tag library for CRM IC
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_THTMLB_ELEMENT Element class for THTMLB tag library 20060428
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_THTMLBX_BTF_EDITOR Element Handler: 20060428
Properties
Class CLG_THTMLBX_BTF  
Short Description Base: <thtmlbx:btf>    
Super Class CL_THTMLB_ELEMENT Element class for THTMLB tag library 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 70  Basis Class for BSP Element Handlers 
Package BSP_DYN_CONFIG_TAG_LIB   New tag library for CRM IC 
Created 20060428   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CLG_THTMLBX_BTF has no forward declaration.
Interfaces
Class CLG_THTMLBX_BTF has no interface implemented.
Friends
Class CLG_THTMLBX_BTF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ADDITIONALBUTTONS Instance attribute Public Type reference (TYPE) WCFT_BTF_ADDITIONAL_BUTTONS BTF Aditional Buttons 20090204
2 CONTENTFILTEREDMSGID Instance attribute Public Type reference (TYPE) STRING ID of message to be displayed when content is filtered 20121207
3 CONTENTFILTEREDMSGNUMBER Instance attribute Public Type reference (TYPE) STRING Number of message to be displayed when content is filtered 20121207
4 CONTENTFILTEREDMSGTYPE Instance attribute Public Type reference (TYPE) STRING Type of message to be displayed when content is filtered 20121207
5 DEFAULT_FONTNAME Instance attribute Public Type reference (TYPE) STRING Optionally specify a default font name on editor load 20130813
6 DEFAULT_FONTSIZE Instance attribute Public Type reference (TYPE) STRING Optionally specify a default font size on editor load 20130813
7 DISABLED Instance attribute Public Type reference (TYPE) STRING 'FALSE' Deactivated 20060428
8 DISABLEDESIGNVIEW Instance attribute Public Type reference (TYPE) STRING 'FALSE' Deactivate Design View 20070528
9 DISABLEEXPORT Instance attribute Public Type reference (TYPE) STRING 'FALSE' Deactivate Export (Save as Local File) 20070528
10 DISPLAYCONTENTFILTEREDMSG Instance attribute Public Type reference (TYPE) STRING 'FALSE' whether to display a message when content is filtered 20121207
11 DOCUMENT Instance attribute Public Object reference (TYPE REF TO) IF_BTF_DOCUMENT BTF Document 20060428
12 DOCUMENT_UNFILTERED Instance attribute Public Object reference (TYPE REF TO) IF_BTF_DOCUMENT BTF Document, unfiltered 20130124
13 FILTERBASEDONWHITELIST Instance attribute Public Type reference (TYPE) STRING 'TRUE' White-list based filter 20110718
14 FILTERDOCUMENTCONTENT Instance attribute Public Type reference (TYPE) STRING 'TRUE' Filter Document Content 20070528
15 FILTERREPLACEDOCUMENTONERROR Instance attribute Public Type reference (TYPE) STRING 'TRUE' Replace document on filter error 20110718
16 FILTERREPLACEMENTTEXT Instance attribute Public Type reference (TYPE) STRING Text for replacement document 20110718
17 FRAMEBORDER Instance attribute Public Type reference (TYPE) STRING '0' BTF editor border 20060501
18 HEIGHT Instance attribute Public Type reference (TYPE) STRING '400px' Height 20060428
19 HIDESOURCEVIEW Instance attribute Public Type reference (TYPE) STRING 'FALSE' Hide the Source View button 20110408
20 M_CLASS_VALIDATOR Static Attribute Public Object reference (TYPE REF TO) CL_BSP_ELEMENT_RT_ATTR_VALID 20120328
21 NAVIGATIONTYPE Instance attribute Public Type reference (TYPE) STRING Navigation Type 20070528
22 ONCLIENTINSERTIMAGE Instance attribute Public Type reference (TYPE) STRING OnClientInsertImage-Eventhandler 20060428
23 ONCLIENTINSERTLINK Instance attribute Public Type reference (TYPE) STRING OnClientInsertLink-Eventhandler 20060428
24 SECUREINSERTIMAGE Instance attribute Public Type reference (TYPE) STRING 'FALSE' Insert Image for HTTPS 20070528
25 SHOWTOOLBAR Instance attribute Public Type reference (TYPE) STRING 'TRUE' Show text editing toolbar 20060501
26 SOURCEVIEW Instance attribute Public Type reference (TYPE) STRING 'FALSE' Source View 20060428
27 SWITCHID Instance attribute Public Type reference (TYPE) STRING switch id 20080226
28 TOOLBAR Instance attribute Public Type reference (TYPE) WCFT_BTF_TOOLBAR BTF Toolbar Redefinition 20090204
29 VIRUSSCANPROFILE Instance attribute Public Type reference (TYPE) STRING Change the http virus scan profile 20121024
30 WIDTH Instance attribute Public Type reference (TYPE) STRING '600px' Width 20060428
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20060428
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060428
3 FACTORY Static method Public Method FACTORY_METHOD 20060428
4 FACTORY_CLEAR Static method Public Method FACTORY CLEAR METHOD 20060428
Events
Class CLG_THTMLBX_BTF has no event.
Types
Class CLG_THTMLBX_BTF has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CLG_THTMLBX_BTF has no parameter.
Method CLASS_CONSTRUCTOR on class CLG_THTMLBX_BTF has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CLG_THTMLBX_BTF has no parameter.
Method CONSTRUCTOR on class CLG_THTMLBX_BTF has no exception.

Method FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADDITIONALBUTTONS Call by reference Type reference (TYPE) WCFT_BTF_ADDITIONAL_BUTTONS 20090204
2 Importing CONTENTFILTEREDMSGID Call by reference Type reference (TYPE) CSEQUENCE 20121207
3 Importing CONTENTFILTEREDMSGNUMBER Call by reference Type reference (TYPE) CSEQUENCE 20121207
4 Importing CONTENTFILTEREDMSGTYPE Call by reference Type reference (TYPE) CSEQUENCE 20121207
5 Importing DEFAULT_FONTNAME Call by reference Type reference (TYPE) CSEQUENCE 20130813
6 Importing DEFAULT_FONTSIZE Call by reference Type reference (TYPE) CSEQUENCE 20130813
7 Importing DISABLED Call by reference Type reference (TYPE) CSEQUENCE 'FALSE' 20060428
8 Importing DISABLEDESIGNVIEW Call by reference Type reference (TYPE) CSEQUENCE 'FALSE' 20070528
9 Importing DISABLEEXPORT Call by reference Type reference (TYPE) CSEQUENCE 'FALSE' 20070528
10 Importing DISPLAYCONTENTFILTEREDMSG Call by reference Type reference (TYPE) CSEQUENCE 'FALSE' 20121207
11 Importing DOCUMENT Call by reference Object reference (TYPE REF TO) IF_BTF_DOCUMENT 20060428
12 Importing DOCUMENT_UNFILTERED Call by reference Object reference (TYPE REF TO) IF_BTF_DOCUMENT 20130124
13 Returning ELEMENT Value transfer Object reference (TYPE REF TO) CL_THTMLBX_BTF_EDITOR 20060428
14 Importing FILTERBASEDONWHITELIST Call by reference Type reference (TYPE) CSEQUENCE 'TRUE' 20110718
15 Importing FILTERDOCUMENTCONTENT Call by reference Type reference (TYPE) CSEQUENCE 'TRUE' 20070528
16 Importing FILTERREPLACEDOCUMENTONERROR Call by reference Type reference (TYPE) CSEQUENCE 'TRUE' 20110718
17 Importing FILTERREPLACEMENTTEXT Call by reference Type reference (TYPE) CSEQUENCE 20110718
18 Importing FRAMEBORDER Call by reference Type reference (TYPE) CSEQUENCE '0' 20060501
19 Importing HEIGHT Call by reference Type reference (TYPE) CSEQUENCE '400px' 20060428
20 Importing HIDESOURCEVIEW Call by reference Type reference (TYPE) CSEQUENCE 'FALSE' 20110408
21 Importing ID Call by reference Type reference (TYPE) CSEQUENCE 20060428
22 Importing ID_POSTFIX Call by reference Type reference (TYPE) CSEQUENCE 20060428
23 Importing NAVIGATIONTYPE Call by reference Type reference (TYPE) CSEQUENCE 20070528
24 Importing ONCLIENTINSERTIMAGE Call by reference Type reference (TYPE) CSEQUENCE 20060428
25 Importing ONCLIENTINSERTLINK Call by reference Type reference (TYPE) CSEQUENCE 20060428
26 Importing SECUREINSERTIMAGE Call by reference Type reference (TYPE) CSEQUENCE 'FALSE' 20070528
27 Importing SHOWTOOLBAR Call by reference Type reference (TYPE) CSEQUENCE 'TRUE' 20060501
28 Importing SOURCEVIEW Call by reference Type reference (TYPE) CSEQUENCE 'FALSE' 20060428
29 Importing SWITCHID Call by reference Type reference (TYPE) CSEQUENCE 20080226
30 Importing TOOLBAR Call by reference Type reference (TYPE) WCFT_BTF_TOOLBAR 20090204
31 Importing VIRUSSCANPROFILE Call by reference Type reference (TYPE) CSEQUENCE 20121024
32 Importing WIDTH Call by reference Type reference (TYPE) CSEQUENCE '600px' 20060428

Method FACTORY on class CLG_THTMLBX_BTF has no exception.

Method FACTORY_CLEAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) CL_THTMLBX_BTF_EDITOR 20060428

Method FACTORY_CLEAR on class CLG_THTMLBX_BTF has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 700