maxlength在joomla 2.5表单字段中不起作用

时间:2014-02-27 09:08:54

标签: joomla maxlength

在Joomla 2.5版本的插件xml中使用以下代码时出现问题。

maxlength无效。

<field name="phone" type="text" default="" label="Phone" 
description="Phone: Must not be greater than 13 numbers" maxlength="13" />

<param name="phone" type="text" default="" label="Phone" 
description="Phone: Must not be greater than 13 numbers" maxlength="13" />

请让我知道需要做什么或我做错了。

提前致谢。

1 个答案:

答案 0 :(得分:0)

您绝对应该使用扩展程序中提供的第一部分代码,因为Joomla 2.5使用的是<field>,而不是<param>

因此,一旦您对XML文件进行了许多更改,您需要确保在Joomla后端打开插件,然后单击“保存”,这将应用所做的任何更改。