Changeset 990

Show
Ignore:
Timestamp:
08/21/10 11:58:15 (18 months ago)
Author:
ort
Message:

add tag param title

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/engine/modules/text/Text.class.php

    r967 r990  
    6262                $this->oJevix->cfgAllowTagParams('param', array('name' => '#text', 'value' => '#text')); 
    6363                $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')); 
    6466                // Параметры тегов являющиеся обязательными 
    6567                $this->oJevix->cfgSetTagParamsRequired('img', 'src');