-
-
Notifications
You must be signed in to change notification settings - Fork 251
Expand file tree
/
Copy pathentityInstanceEditor.html
More file actions
61 lines (52 loc) · 1.6 KB
/
Copy pathentityInstanceEditor.html
File metadata and controls
61 lines (52 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<div class="entityInstanceWrapper">
<div class="propsWrapper">
<header>
<div class="id">::id::</div>
<a class="edit">Edit</a>
</header>
<div class="collapser" id="extraEntityInfos"> Extra entity infos </div>
<dl class="form extraInfos">
<dt>
IID
<info>The IID (stands for Instance IDentifier) is a unique string identifier associated with this Entity instance.</info>
</dt>
<dd class="iid">
<input type="text" readonly="readonly" class="iid"/>
<button class="copy gray small"> <span class="icon copy"></span> </button>
</dd>
<dt>
Coords
<info>Coordinates and dimensions in pixels or cells (you can switch the unit by click on it)</info>
</dt>
<dd class="coords">
<input type="text" name="x"/> <span>,</span> <input type="text" name="y"/> <span> ; </span>
<input type="text" name="w"/> <span>x</span> <input type="text" name="h"/>
<span class="unit" title="Change coordinates unit"></span>
</dd>
<dt>
Flips
<info>How this Entity instance is oriented on the X and Y axes.</info>
</dt>
<dd class="flips">
<label>
<input type="checkbox" name="x"/>
Horizontal
</label>
<label>
<input type="checkbox" name="y"/>
Vertical
</label>
</dd>
<dt class="refs">
References to this entity
<info>This is a list of all other Entities having a Reference field pointing to this Entity.</info>
</dt>
<dd class="refs">
<div class="entityRefs"></div>
</dd>
</dl>
<div class="doc hasDoc"></div>
</div>
<div class="customFieldsWrapper"></div>
</div>
<div class="resizeBar"></div>