I am trying to add an image to a grid column in Ui Binder and get the
following message.

[ERROR] Not allowed in an HTML context Element

<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
         xmlns:g="urn:import:com.google.gwt.user.client.ui"
         xmlns:mcmui="urn:import:com.equillore.mcmexternal.client.ui">
         <ui:image field="requiredImage" src="images/
required_indicator.gif"/>

<ui:style type =
"com.equillore.mcmexternal.client.view.StandardDocumentDownloadView.myStyle">



   .required

     {
        gwt-image: 'requiredImage';
        font-weight:bold;
        width: 7px;
        height: 14px;
    }

and this is the grid cell.

<g:cell><g:Label addStyleNames="{style.required}"/></g:cell>

Any help perhaps...please

regards

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to