3つのフィールド、2つのテキスト入力、および小さなテキストエリアを使用する私の単純なモジュールですが、テキストエリアが壊れているように見えます。http://img151.imageshack.us/img151/8648/joomla464.jpg
これは私の設定です:
<config>
<fields name="params">
<fieldset name="basic">
<field name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="PARAMMODULECLASSSUFFIX" />
<field name="url" type="text" default="" label="Paste the url" description="" />
<field style="clear:both;float:left;background-color:red;" name="description" type="editor" default="default" rows="20" cols="40" />
</fieldset>
</fields>
</config>
ty