com.google.gwt.gadgets.client
Annotation Type Gadget.AllowHtmlQuirksMode


@Target(value=TYPE)
public static @interface Gadget.AllowHtmlQuirksMode

Annotation to turn on browser's quirks mode. By default, generated content will trigger browser's standards mode. If you want override default behavior please use this annotation.


Optional Element Summary
 boolean value
          Set to true to use .
 

value

public abstract boolean value
Set to true to use .

Default:
true