mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 02:18:31 +02:00
Implement enable/disable quantity base on participant's value type
This commit is contained in:
@ -249,6 +249,7 @@ var et2_textbox = (function(){ "use strict"; return et2_inputWidget.extend([et2_
|
||||
*/
|
||||
set_readonly: function(_readonly) {
|
||||
this.input.attr("readonly", _readonly);
|
||||
this.input.toggleClass('et2_textbox_ro', _readonly);
|
||||
},
|
||||
|
||||
set_blur: function(_value) {
|
||||
|
Reference in New Issue
Block a user