public String onMouseOver(){
WOResourceManager rM = application().resourceManager();
String url = "" style="color: #0000c0">highlightedImage, null, null, context().request());
return imageName + ".src= '';";
}
public String onMouseOut(){
WOResourceManager rM = application().resourceManager();
String url = "" style="color: #0000c0">unhighlightedImage, null, null, context().request());
return imageName + ".src= '';";
}
I know there is a trick due that the book its made for Project builder and the depreciated tools.. so how can I achive this in WOLips?
Regards
Gustavo.
PS BTW I was able to make the connection to the database depending on admin or client and show a the corresponding page.. "Small step for WOcommunity, BIG Step for me!!! :D"