If we use Ctrl-F with firefox to search something
inside the sourcecode viewer of the wicket examples
the "close" link will shift to the scroll bar, and
user cannot scroll it.
here are the screen capture:
http://photos1.blogger.com/blogger/7086/3341/1600/wicket.jpg
After i cancel the search panel, the "close" link
return to the original position.
Apart form that, are there any example or explanation to
use the |DefaultButtonImageResourceFactory|
<http://wicket.sourceforge.net/apidocs/wicket/markup/html/image/resource/DefaultButtonImageResourceFactory.html>
?
It is means that after we set the img or input tag with
value="buttonFactory:save:Save". we will get the "Save"
button image? But I don't know why it do not work for
my app. Seem that the buttonFactory have not been
created yet.
Form the doc, I know that.
value="[factoryName]:[sharedImageName]?:[specification]".
But I still not clear about the meaning of
sharedImageName.
If I want to customize my buttonFactory, seem that
I need to use the
|*IResourceSettings.**addResourceFactory
<http://wicket.sourceforge.net/apidocs/wicket/settings/IResourceSettings.html#addResourceFactory%28java.lang.String,%20wicket.IResourceFactory%29>*(java.lang.String
name,
IResourceFactory
<http://wicket.sourceforge.net/apidocs/wicket/IResourceFactory.html>
resourceFactory)
method to add my resourceFactory with its sharedImageName.
However, do I need to add the image resource
with sharedImageName?
|
Thanks a lot
Man Kam
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user