clientbundle Questions
4
Solved
I have a CssResource where I want to have some of the css classes "mapped" to methods:
@ClassName("top-table")
String topTable();
But I want to turn off the obfuscation GWT does (while developin...
Sagacity asked 12/5, 2011 at 1:8
2
Solved
I am using GWT ClientBundle for the first time. I wrote interface that extends it and here is the code:
package edu.etf.fuzzy.client.login;
import com.google.gwt.resources.client.ClientBundle;
im...
Life asked 10/8, 2010 at 8:50
1
Solved
I'd like to say, in a single, centralized location,
@def mainColor = #f00;
and then, in all of my other css files, refer to mainColor without having to redefine it. Then when I change mainColor ...
Reathareave asked 14/2, 2012 at 21:5
1
Solved
From the following page: Developer's Guide - CSS Style
it is made clear that in modern GWT apps there's two ways to declare css styles:
Using a CssResource contained within a ClientBundle.
Using...
Alphanumeric asked 18/11, 2011 at 13:10
1
Solved
We have a web application that needs a different theme for each major client. The original developer did this by looking at the URL in javascript and adding a stylesheet to override the default the...
Expostulate asked 18/4, 2011 at 21:48
1
I access the style names through CssResource, either from the UiBinder and from the java views. The problem is I cannot find a way to add and remove suffixes due to the class names obfuscation.
By...
Enquire asked 7/4, 2011 at 13:15
1
© 2022 - 2024 — McMap. All rights reserved.