From 3fb57418bcc90f3bd1eee048cd23d975a8a5a523 Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 3 Oct 2013 15:27:48 -0400 Subject: [PATCH 1/3] Fixes regression with checkbox issue #154 Former-commit-id: 02e36abef624543422ccae05830a963a5b940bfa Former-commit-id: a5f812c0c6356bed956cf7f9f787ae479105ce91 --- src/modules/checkbox.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/modules/checkbox.js b/src/modules/checkbox.js index f60b80652..970cfc575 100755 --- a/src/modules/checkbox.js +++ b/src/modules/checkbox.js @@ -104,7 +104,7 @@ $.fn.checkbox = function(parameters) { }, enable: function() { - module.debug('Enabling checkbox'); + module.debug('Enabling checkbox', $input); $input .prop('checked', true) ; @@ -218,9 +218,6 @@ $.fn.checkbox = function(parameters) { if(moduleSelector) { title += ' \'' + moduleSelector + '\''; } - if($allModules.size() > 1) { - title += ' ' + '(' + $allModules.size() + ')'; - } if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { console.groupCollapsed(title); if(console.table) { @@ -334,7 +331,7 @@ $.fn.checkbox.settings = { }, selector : { - input : 'input[type=checkbox]', + input : 'input[type=checkbox], input[type=radio]', label : 'label' }, From 6fbf1edef993b88544a0925d0b32ba1b19277285 Mon Sep 17 00:00:00 2001 From: jlukic Date: Sun, 6 Oct 2013 10:54:32 -0400 Subject: [PATCH 2/3] Removes erroneous description from menu docs Former-commit-id: d40370016f3361278f36acfa9034db318fcfef3c Former-commit-id: 08045bb632f1417da50793976587177b4909d477 --- node/src/documents/collections/menu.html.eco | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/src/documents/collections/menu.html.eco b/node/src/documents/collections/menu.html.eco index ff9c895e1..2be419638 100755 --- a/node/src/documents/collections/menu.html.eco +++ b/node/src/documents/collections/menu.html.eco @@ -58,7 +58,7 @@ type : 'UI Collection'

Vertical Menu

-

A vertical menu displays elements vertically. This example uses multiple levels of menu depth.

+

A vertical menu displays elements vertically..

A vertical menu's width defaults to an arbitrary size. To have it fit your content more precisely use the fluid variation in conjunction with ui grid.
-

Tiered Vertical Menu

+

Vertical Menu w/ Sub Menus

A tiered menu can show the sub-sections available as part of an activated section.