Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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>
        .main-container {
            padding-left: 10px;
        }

        .question-mark {
            padding-top: 2px;
            cursor: pointer;
        }
    </ui:style>

    <g:HorizontalPanel styleName='{style.main-container}'>
        <g:Image ui:field='helpImage' styleName='{style.question-mark}' url="common/Money.gif"/>
    </g:HorizontalPanel>

</ui:UiBinder>

Commits for litesoft/trunk/GWT_Sandbox/CS_IDEA/src/org/litesoft/sandbox/csapp/client/widgets/HelpWidget.ui.xml

Diff revisions: vs.
Revision Author Commited Message
948 Diff Diff GeorgeS picture GeorgeS Sat 07 Jun, 2014 23:42:39 +0000

Jusefuls Formatter Updated to New Code Format

470 GeorgeS picture GeorgeS Mon 29 Aug, 2011 04:25:43 +0000