Changeset 990
- Timestamp:
- 08/21/10 11:58:15 (18 months ago)
- Files:
-
- 1 modified
-
trunk/engine/modules/text/Text.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/engine/modules/text/Text.class.php
r967 r990 62 62 $this->oJevix->cfgAllowTagParams('param', array('name' => '#text', 'value' => '#text')); 63 63 $this->oJevix->cfgAllowTagParams('embed', array('src' => '#image', 'type' => '#text','allowscriptaccess' => '#text', 'allowfullscreen' => '#text','width' => '#int', 'height' => '#int', 'flashvars'=> '#text', 'wmode'=> '#text')); 64 $this->oJevix->cfgAllowTagParams('acronym', array('title')); 65 $this->oJevix->cfgAllowTagParams('abbr', array('title')); 64 66 // Параметры тегов являющиеся обязательными 65 67 $this->oJevix->cfgSetTagParamsRequired('img', 'src');
