Subversion Repositories eFlore/Archives.eflore-xul

Compare Revisions

Ignore whitespace Rev 1 → Rev 2

/trunk/eflore/xul_hello_world/exemple.xul
New file
0,0 → 1,18
<?xml version"1.0" ?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css" ?>
<?xml-stylesheet href="exemple.css" type="text/css" ?>
 
<!DOCTYPE window [
<!ENTITY exemple:hello "Hello..." >
<!ENTITY exemple:world "...World !" >
]>
 
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" >
<script type="application/x-javascript" src="./exemple.js" />
<box align="center">
<button class="bnw" label="&exemple:hello;" onclick="butAction('&exemple:world;' );" />
</box>
 
</window>