2014-09-02 22:34:12 +00:00
|
|
|
<script src="../platform/platform.js"></script>
|
2014-08-27 00:01:15 +00:00
|
|
|
|
|
|
|
<!-- src -->
|
|
|
|
<script src="elements/Gui.js"></script>
|
|
|
|
|
|
|
|
<!-- base elements -->
|
|
|
|
<link rel="import" href="elements/gui-panel/gui-panel.html">
|
|
|
|
<link rel="import" href="elements/gui-row/gui-row.html">
|
|
|
|
|
|
|
|
<!-- controllers -->
|
|
|
|
<link rel="import" href="elements/controller-number/controller-number.html">
|
|
|
|
<link rel="import" href="elements/controller-string/controller-string.html">
|
|
|
|
<link rel="import" href="elements/controller-boolean/controller-boolean.html">
|
2014-09-07 20:18:36 +00:00
|
|
|
<link rel="import" href="elements/controller-function/controller-function.html">
|
|
|
|
<link rel="import" href="elements/controller-option/controller-option.html">
|