Skip to content
This repository was archived by the owner on Mar 14, 2020. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
adf686e
[Widgets] Add list widgets
Jul 31, 2012
0a1865e
[Widgets] Allow subtype to be treated as base type in type list checking
zhizhangchen Aug 1, 2012
d5c7449
[ADM] Support child type morphing
zhizhangchen Aug 1, 2012
0803dec
[ADM] Add max and min limit of cardinality
zhizhangchen Aug 1, 2012
fa297a3
[Widgets] Extend zones more gracefully
zhizhangchen Aug 3, 2012
7ec47bc
[Widgets] Enable using function as a zone's "allow" field
zhizhangchen Aug 6, 2012
e7c9f74
[Widgets] Implement list widgets using generic item and button
Jul 31, 2012
188aa00
[Widgets] Implement ordered list as a property of ListBase
zhizhangchen Aug 7, 2012
0d4f399
[Widgets] Change name of SimpleSplitList to ButtonSplitList
zhizhangchen Aug 7, 2012
4a704a7
[Widgets] Introduce default htmlSelector
zhizhangchen Aug 7, 2012
fa8d843
[Widgets] Extract text property to BCommonProperties
zhizhangchen Aug 7, 2012
158ec91
[Widgets] Collapse split list button into SplitListItem
zhizhangchen Aug 7, 2012
88007c9
[Widgets] Collapse list button into ListItem
Aug 8, 2012
80d0386
[Widgets] Introduce multiple inheritance
zhizhangchen Aug 8, 2012
d784b08
[Widgets] Use multiple inheritance to implement split list widgets
zhizhangchen Aug 8, 2012
21e4b3c
[Widgets] Remove unused svg files and display labels
zhizhangchen Aug 9, 2012
102421f
[Widgets] Enable count bubble on all list types
zhizhangchen Aug 21, 2012
fe737d0
[FileIO] Support themes in root directory of sandbox when exporting
DonnaWuDongxia Aug 21, 2012
eda5abc
[General] Add inSandbox flag for uploadable widget
DonnaWuDongxia Aug 21, 2012
c8e59a4
[Layout View] Revert css changes in 8ee0558e
zhizhangchen Aug 22, 2012
2f22d80
[ADM] Use moveNode to insert child if old parent is not null
zhizhangchen Aug 24, 2012
e9edff7
[Layout View] Use a new algorithm for sorting
zhizhangchen Aug 24, 2012
fab5043
[Layout View] Fix focus styling problem
zhizhangchen Aug 27, 2012
e29dc92
[Widgets] Change iconsrc property to icon
zhizhangchen Aug 27, 2012
2a2c444
[Palette View] Rearrange widget positions
zhizhangchen Aug 29, 2012
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<body class="vbox fullsize">
<script src="lib/jquery-1.6.4.min.js"></script>
<script src="lib/jquery-ui-1.8.16.custom.min.js"></script>
<script src="src/js/jquery-workarounds.js"></script>
<script src="src/js/msg-box.js"></script>
<script src="src/js/widgets.js"></script>
<script src="src/js/adm.js"></script>
Expand All @@ -34,7 +35,6 @@
<script src="src/js/projects.js"></script>
<script src="src/js/serialize.js"></script>
<!-- New stuff from here ... -->
<script src="src/js/jquery-workarounds.js"></script>
<script src="src/js/jquery-plugins.js"></script>
<script src="src/js/views/base.js"></script>
<script src="src/js/views/tree.js"></script>
Expand Down
25 changes: 21 additions & 4 deletions src/assets/groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,27 @@
"Boolean": ["#0._hidden_node.jqm_input_boolean"]
}
],
"List Views": [
"List", "OrderedList", "ListItem", "ListDivider", "ListButton"
],
"Image": ["Image"]
"Image": ["Image"],
"List Views": [ {
"Single Lists": [
"SimpleListItem",
"ListDivider",
"SimpleList",
"ButtonList",
"TextList",
"IconList",
"ThumbnailList"
],
"Split Lists": [
"SimpleListItem",
"ListDivider",
"ButtonSplitList",
"TextSplitList",
"IconSplitList",
"ThumbnailSplitList"
]
}
]
}
],

Expand Down
2 changes: 1 addition & 1 deletion src/css/composer.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
/*************************/
/* Class specific tweaks */
/*************************/
.nrc-sortable-container.ui-content .adm-node {
.nrc-sortable-container.ui-content > * {
margin-top: 10px;
margin-bottom: 10px;
}
Expand Down
44 changes: 44 additions & 0 deletions src/css/images/widgets/jqm_button_list.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/css/images/widgets/jqm_button_split_list.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/css/images/widgets/jqm_icon_list.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions src/css/images/widgets/jqm_icon_list_button.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/css/images/widgets/jqm_icon_split_list.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/css/images/widgets/jqm_list.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 0 additions & 31 deletions src/css/images/widgets/jqm_list_split_button.svg

This file was deleted.

44 changes: 44 additions & 0 deletions src/css/images/widgets/jqm_text_list.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/css/images/widgets/jqm_text_list_button.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/css/images/widgets/jqm_text_split_list.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/css/images/widgets/jqm_thumbnail_list.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions src/css/images/widgets/jqm_thumbnail_list_button.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading