Sha256: 6c178b4c2905254dcd5e14c42abab219d1a3c0c7553ee4da6b53d65e665ccb5b
Contents?: true
Size: 537 Bytes
Versions: 4
Compression:
Stored size: 537 Bytes
Contents
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent"> <ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder" xmlns:g="urn:import:com.google.gwt.user.client.ui"> <ui:style> </ui:style> <g:SimplePanel> <g:VerticalPanel> <g:InlineHTML>username</g:InlineHTML> <g:TextBox ui:field="username"/> <g:InlineHTML>password</g:InlineHTML> <g:PasswordTextBox ui:field="password"/> <g:Button ui:field="loginButton">login</g:Button> </g:VerticalPanel> </g:SimplePanel> </ui:UiBinder>
Version data entries
4 entries across 4 versions & 1 rubygems