Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
CKEditorStyleParser
PHP Class CKEditorStyleParser
《記述例》 # 見出し h2 { font-size:20px; color:#333; } 《変換例》 array( 'name' => '見出し', 'element' => 'h2', 'styles' => array( 'font-size' =>'20px', 'color' =>'#333', ) )
Afficher le fichier
Open project: baserproject/basercms
Class Usage Examples
Méthodes publiques
Méthode
Description
parse
(
$css
)
Private Methods
Méthode
Description
parseCode
(
$code
)
readString
(
$target
,
$body
,
$size
, &
$i
)
Method Details
parse()
public
static
méthode
public
static
parse
(
$css
)