TCPDF_STATIC::isValidCSSSelectorForTag( $dom,  $key,  $selector )

Returns true if the CSS selector is valid for the selected HTML tag


Description Description


Parameters Parameters

$dom

(Required) (array) array of HTML tags and properties

$key

(Required) (int) key of the current HTML tag

$selector

(Required) (string) CSS selector string


Top ↑

Return Return

(true) if the selector is valid, false otherwise


Top ↑

Source Source

File: includes/lib/tcpdf/include/tcpdf_static.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
5.1.000 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.