Header Ad

Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

Monday, April 2, 2012

Inline styles in UiBinder of GWT

The following is the sample example for writing inline styles with in the UIBinder file of GWT.

<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'>

  <ui:style>
    .setColor { background-color: Skyblue; }
  </ui:style>

  <div class='{style.setColor}'>
    Hello, <span ui:field='nameSpan'/>.
  </div>
</ui:UiBinder>

Monday, April 12, 2010

Compressing CSS & JS Files in Magento

The following is the extension for Compressing CSS & JS Files in Magento.

click here