|
@@ -259,6 +259,7 @@ do ($ = window.jQuery, window) ->
|
|
|
|
|
|
@options.handleWidth = value
|
|
@options.handleWidth = value
|
|
@_width()
|
|
@_width()
|
|
|
|
+ @_containerPosition()
|
|
@$element
|
|
@$element
|
|
|
|
|
|
labelWidth: (value) ->
|
|
labelWidth: (value) ->
|
|
@@ -266,6 +267,7 @@ do ($ = window.jQuery, window) ->
|
|
|
|
|
|
@options.labelWidth = value
|
|
@options.labelWidth = value
|
|
@_width()
|
|
@_width()
|
|
|
|
+ @_containerPosition()
|
|
@$element
|
|
@$element
|
|
|
|
|
|
baseClass: (value) ->
|
|
baseClass: (value) ->
|