I need to add StyleClass
to a form tag generated in xPages
.
I don't know if can change this control in new theme but I only need for one xPage
in my app, this is the code generated:
<form id="view:_id1" method="post" action="/blabla.nsf/index.xsp"
class="xspForm" enctype="multipart/form-data">
And I need this modify class e.g:
<form id="view:_id1" method="post" action="/blabla.nsf/index.xsp"
class="newclass otherclass" enctype="multipart/form-data">