留言板

the balise tag input

thumbnail
asile elisa,修改在14 年前。

the balise tag input

Regular Member 帖子: 126 加入日期: 10-2-17 最近的帖子
hi
any one can help me with this tag

<input class="portlet-form-button" type="submit" value="<%= LanguageUtil.get(pageContext, "search") %>">

it is on : portal/portal-web/docroot/html/portlet/entreprise_admin/user_search.jsp

I didnot understand what does it mean is there a class names portlet-from-button??

thanks emoticon
thumbnail
zahid khan,修改在14 年前。

RE: the balise tag input

Regular Member 帖子: 116 加入日期: 08-7-30 最近的帖子
Hi there ,

The "class" attribute assigns a class name (or a list of class names separated by spaces) to the container element. It's used with style sheets and tells the browser the class to which the element is associated with. A class gives visual attributes to elements.

Its a CSS style class that u might have declared and ur using it on this particular tag, for styling.


HTH

Zahid khan
thumbnail
asile elisa,修改在14 年前。

RE: the balise tag input

Regular Member 帖子: 126 加入日期: 10-2-17 最近的帖子
thank you
do you know where I can find this class: portlet-from-button ??