Открытые статические члены | |
static | getHandlerJS () |
static | saveNode (Block $block, $selector, array $data) |
static | getNode (Block $block, $selector) |
static | getSearchableNode (Block $block, string $selector) |
Открытые статические члены унаследованные от Node | |
static | saveNode (\Bitrix\Landing\Block $block, $selector, array $data) |
static | getNode (\Bitrix\Landing\Block $block, $selector) |
Открытые атрибуты | |
const | STYLES_WITH_IMAGE |
Защищенные статические члены | |
static | getNodeData (DOM\Node $node) |
static | getNodeDataLazy (DOM\Node $node) |
static | getSrcFromStyles (array $styles, string $resolution) |
static | isCorrectNodeType (Block $block, string $selector) |
Защищенные статические члены унаследованные от Node | |
static | prepareSearchContent ($value) |
static | validateFieldDefinition (array $field) |
static | prepareStringValue (array $row, $name) |
Защищенные данные | |
const | STYLES_VARIABLES_WITH_FILES |
const | STYLES_URL_MARKER = '#url#' |
const | STYLES_URL_REGEXP = '/url\([\'"]?([^\'")]+)[\'")]?\)/i' |
const | STYLES_NODE_CLASS = 'g-bg-image' |
Fake node for images, then add in design. Not using in edit panel!
См. определение в файле styleimg.php строка 13
|
static |
Get class - frontend handler.
Переопределяет метод предка Node.
См. определение в файле styleimg.php строка 37
|
static |
Get data for this node.
Block | $block | Block instance. |
string | $selector | Selector. |
См. определение в файле styleimg.php строка 184
|
staticprotected |
См. определение в файле styleimg.php строка 238
|
staticprotected |
См. определение в файле styleimg.php строка 267
|
static |
This node may participate in searching.
Block | $block | Block instance. |
string | $selector | Selector. |
См. определение в файле styleimg.php строка 337
|
staticprotected |
Find src in inline styles variables
array | $styles | |
string | $resolution |
См. определение в файле styleimg.php строка 310
|
staticprotected |
Find src in inline styles variables
Block | $block | Block instance. |
string | $selector | Selector. |
См. определение в файле styleimg.php строка 356
|
static |
Save data for this node.
Block | $block | Block instance. |
string | $selector | Selector. |
array | $data | Data array. |
См. определение в файле styleimg.php строка 49
|
protected |
См. определение в файле styleimg.php строка 31
|
protected |
См. определение в файле styleimg.php строка 29
|
protected |
См. определение в файле styleimg.php строка 30
|
protected |
См. определение в файле styleimg.php строка 21
const STYLES_WITH_IMAGE |
См. определение в файле styleimg.php строка 15