summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2012-05-17 16:55:01 +0200
committerFelix Nagel <info@felixnagel.com>2012-05-17 16:55:01 +0200
commit94dc516bb60505587b7ffccea96e642e84b3142b (patch)
tree8614601fc826061511bd55825d093c64feabb392
parent8796ec12ab06ae6560bc1a31ba80d6b6a9b7002c (diff)
downloadjquery-ui-94dc516bb60505587b7ffccea96e642e84b3142b.tar.gz
jquery-ui-94dc516bb60505587b7ffccea96e642e84b3142b.zip
removed: option transferClasses, see #229
-rw-r--r--ui/jquery.ui.selectmenu.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js
index 985f0802b..78452e7d9 100644
--- a/ui/jquery.ui.selectmenu.js
+++ b/ui/jquery.ui.selectmenu.js
@@ -14,7 +14,6 @@
$.widget("ui.selectmenu", {
options: {
- transferClasses: true,
appendTo: "body",
typeAhead: 1000,
style: 'dropdown',
@@ -406,12 +405,6 @@ $.widget("ui.selectmenu", {
.toggleClass( 'ui-icon-triangle-1-s', isDropDown )
.toggleClass( 'ui-icon-triangle-2-n-s', !isDropDown );
- // transfer classes to selectmenu and list
- if ( o.transferClasses ) {
- var transferClasses = this.element.attr( 'class' ) || '';
- this.newelement.add( this.list ).addClass( transferClasses );
- }
-
// set menu width to either menuWidth option value, width option value, or select width
if ( o.style == 'dropdown' ) {
this.list.width( o.menuWidth ? o.menuWidth : o.width );
cessary_formating Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/WorkflowEngine/EntityContext/IDisplayName.php
blob: 9a1cd19e19962461e5c0c9b365bed0c6f9d7c20a (plain)
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