43 $this->
addElement(
'center',
'Block',
'Flow',
'Common');
50 'compact' =>
'Bool#compact'
57 array(
'Core',
'I18N'),
70 'compact' =>
'Bool#compact'
74 $s = $this->
addElement(
's',
'Inline',
'Inline',
'Common');
75 $s->formatting =
true;
77 $strike = $this->
addElement(
'strike',
'Inline',
'Inline',
'Common');
78 $strike->formatting =
true;
80 $u = $this->
addElement(
'u',
'Inline',
'Inline',
'Common');
81 $u->formatting =
true;
85 $align =
'Enum#left,right,center,justify';
88 $address->content_model =
'Inline | #PCDATA | p';
89 $address->content_model_type =
'optional';
90 $address->child =
false;
93 $blockquote->content_model =
'Flow | #PCDATA';
94 $blockquote->content_model_type =
'optional';
95 $blockquote->child =
false;
98 $br->attr[
'clear'] =
'Enum#left,all,right,none';
101 $caption->attr[
'align'] =
'Enum#top,bottom,left,right';
104 $div->attr[
'align'] = $align;
107 $dl->attr[
'compact'] =
'Bool#compact';
109 for ($i = 1; $i <= 6; $i++) {
111 $h->attr[
'align'] = $align;
115 $hr->attr[
'align'] = $align;
116 $hr->attr[
'noshade'] =
'Bool#noshade';
117 $hr->attr[
'size'] =
'Pixels';
118 $hr->attr[
'width'] =
'Length';
121 $img->attr[
'align'] =
'IAlign';
122 $img->attr[
'border'] =
'Pixels';
123 $img->attr[
'hspace'] =
'Pixels';
124 $img->attr[
'vspace'] =
'Pixels';
130 $li->attr[
'type'] =
'Enum#s:1,i,I,a,A,disc,square,circle';
133 $ol->attr[
'compact'] =
'Bool#compact';
135 $ol->attr[
'type'] =
'Enum#s:1,i,I,a,A';
138 $p->attr[
'align'] = $align;
141 $pre->attr[
'width'] =
'Number';
146 $table->attr[
'align'] =
'Enum#left,center,right';
147 $table->attr[
'bgcolor'] =
'Color';
150 $tr->attr[
'bgcolor'] =
'Color';
153 $th->attr[
'bgcolor'] =
'Color';
154 $th->attr[
'height'] =
'Length';
155 $th->attr[
'nowrap'] =
'Bool#nowrap';
156 $th->attr[
'width'] =
'Length';
159 $td->attr[
'bgcolor'] =
'Color';
160 $td->attr[
'height'] =
'Length';
161 $td->attr[
'nowrap'] =
'Bool#nowrap';
162 $td->attr[
'width'] =
'Length';
165 $ul->attr[
'compact'] =
'Bool#compact';
166 $ul->attr[
'type'] =
'Enum#square,disc,circle';
174 $form->content_model =
'Flow | #PCDATA';
175 $form->content_model_type =
'optional';
176 $form->attr[
'target'] =
'FrameTarget';
179 $input->attr[
'align'] =
'IAlign';
182 $legend->attr[
'align'] =
'LAlign';