Use a common stylesheet in all samples.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059769 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f90791f2f7
commit
7a003f5bbf
54 changed files with 457 additions and 62 deletions
|
|
@ -30,16 +30,18 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<div>
|
||||
<span style="position: absolute; left: 0px; top: 0px"><h2>Palette</h2></span>
|
||||
<span style="position: absolute; left: 350px; top: 0px"><h2>App</h2></span>
|
||||
</div>
|
||||
<table style="position: absolute; top: 0px; left: 0px;" width="100%">
|
||||
<tr><th style="width: 338px;">Palette</th><th>App</th></tr>
|
||||
</table>
|
||||
|
||||
<script type="text/javascript">
|
||||
var editWidget = sca.component("EditWidget");
|
||||
var palettes = sca.reference(editWidget, "palettes");
|
||||
var apps = sca.reference(editWidget, "apps");
|
||||
|
||||
// Setup remote log
|
||||
rconsole = sca.defun(sca.reference(editWidget, "log"), "log");
|
||||
|
||||
/**
|
||||
* Return the current app name.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue