a new oblect utils - enum, enum view, refactoring of mainLayout, debugging, states for sockets
This commit is contained in:
parent
b5ea024faf
commit
f4529f0023
14 changed files with 260 additions and 57 deletions
|
@ -290,6 +290,7 @@
|
|||
Image: 4,
|
||||
Button: 5,
|
||||
View: 6,
|
||||
Enumeration: 7,
|
||||
|
||||
Page: 102,
|
||||
PanesList: 104,
|
||||
|
@ -302,6 +303,7 @@
|
|||
"4": "Image",
|
||||
"5": "Button",
|
||||
"6": "View",
|
||||
"7": "Enumeration",
|
||||
|
||||
"101": "Nav",
|
||||
"102": "Page",
|
||||
|
@ -317,7 +319,8 @@
|
|||
PanesList: "views/panesList",
|
||||
Image: "views/image",
|
||||
Button: "views/button",
|
||||
Player: "views/player"
|
||||
Player: "views/player",
|
||||
Enumeration: "views/enumeration"
|
||||
};
|
||||
|
||||
View.constructors = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue