Home
last modified time | relevance | path

Searched refs:TARGET_ID (Results 1 – 2 of 2) sorted by relevance

/template/strap/db/combo/
H A Dupdate0012.sql4 TARGET_ID TEXT field
7 CREATE UNIQUE INDEX PAGE_REFERENCES_IDX ON PAGE_REFERENCES (SOURCE_ID,TARGET_ID);
9 CREATE INDEX PAGE_REFERENCES_IDX_TARGET ON PAGE_REFERENCES (TARGET_ID);
/template/strap/syntax/
H A Dlabel.php29 const TARGET_ID = "targetId"; define in syntax_plugin_combo_label
96 $tagAttributes[self::TARGET_ID] = "collapse" . ucfirst($id);
184 $collapseId = $attribute[self::TARGET_ID];
223 $collapseId = $attribute[self::TARGET_ID];