Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс DivPartHtml
+ Граф наследования:DivPartHtml:

Открытые члены

 addClass ($class)
 
 addInlineStyle ($key, $value)
 
 getDiv ()
 
 setDiv (Div $div)
 
- Открытые члены унаследованные от Html
 __construct ($contentHtml='')
 
 printContent ()
 
 getContent ()
 
 setContent ($content)
 
- Открытые члены унаследованные от Base
 getPrefix ()
 
 setPrefix ($prefix)
 
 getPostfix ()
 
 setPostfix ($postfix)
 
 getAssets ()
 
 addAssets ($assets)
 
 getForm ()
 
 setForm ($form)
 
 render ()
 
 getJsEventListeners ()
 
 getJsEvents ()
 
 addJsEventListener (Base $field=null, $eventKey, $jsParams)
 
 getLabel ()
 
 setLabel ($label)
 
 getCompatibleViewTypes ()
 
 setCompatibleViewTypes ($compatibleViewTypes)
 
 getId ()
 
 setId ($id)
 
 getWeight ()
 
 setWeight ($weight)
 
 getClasses ()
 
 getDataAttribute ($key)
 
 getDataAttributes ()
 
 setDataAttributes ($dataAttributes)
 
 addDataAttribute ($key, $value)
 
 getRenderedIdAttribute ()
 
 getKey ()
 
 setKey ($key)
 
 getRenderedClassAttributes ()
 
 getRenderedDataAttributes ()
 
 getRenderedInlineStyle ()
 
 isDisplayLabel ()
 
 setIsDisplayLabel ($isDisplayLabel)
 
 getInlineStyle ()
 
 setInlineStyle ($inlineStyle)
 
 isDisplay ()
 
 setDisplay ($display)
 

Дополнительные унаследованные члены

- Открытые статические члены унаследованные от Base
static getClassName ()
 
- Открытые атрибуты унаследованные от Base
const FIELDS_COMPONENT_NAME = 'bitrix:report.visualconstructor.config.fields'
 
- Защищенные члены унаследованные от Base
 includeFieldComponent ($templateName, $params=array())
 

Подробное описание

См. определение в файле divparthtml.php строка 8

Методы

◆ addClass()

addClass ( $class)
Аргументы
string$classString of class to div.
Возвращает
void

Переопределяет метод предка Base.

См. определение в файле divparthtml.php строка 16

◆ addInlineStyle()

addInlineStyle ( $key,
$value )
Аргументы
string$keyKey of add data attribute ('role').
string$valueValue of data attribute ('widget').
Возвращает
void

Переопределяет метод предка Base.

См. определение в файле divparthtml.php строка 27

◆ getDiv()

getDiv ( )
Возвращает
Div

См. определение в файле divparthtml.php строка 36

◆ setDiv()

setDiv ( Div $div)
Аргументы
Div$divDiv in which context this element.
Возвращает
void

См. определение в файле divparthtml.php строка 45