I am using Struts2 jQuery plugin 2.1 and provide a completely complete one in my JSP. Here's the code:
& lt; S: form id = "search-form" action = "search" theme = "simple" & gt; & Lt; S: url id = "remoteurl" verb = "jsonlanguages" /> & Lt; Div & gt; & Lt; Sj: autocompleter cssClass = "bgstandardelement empty" id = "languages" name = "echo" href = "% {remoteurl}" delay = "50" value = "search ..." /> & Lt; Input type = "submit" id = "search-button" value = "go" /> & Lt; / Div & gt; & Lt; / S: Forms & gt;
No matter what subject I completely set, HTML is provided for the list, I always have an unordered list that has a style element that I override can not do. It has the following types of properties:
style = 'z-index: 1; Top: 242px; Left: 926 pixels; display none; Width: 256px ';
I want another organization for my list, it does not work. The following features have no effect:
cssStyle = "width: 115px! Important;"
What can I do?
Just to clean things: I think this would be an error in my part. Using the theme = "simple", you should remove all the styles, so that you can do everything with CSS. Probably I had a theme set that was in the main elements provided Straits-2 and it was taken away. Sorry to ask, it works now
Comments
Post a Comment