Threaded View
-
4 Sep 2012 3:45 PM #11
Thanks, but ...
Thanks, but ...
This is pretty cool, thanks a lot! But here is what I meant (part of my view):
Code:initialize: function() { var field = this.get('id-multiselectfield'); if (field.getDisplayField() === 'text') { field.applyValue('v1,v2,v3'); field.updateValue('v1,v2,v3'); } }


Reply With Quote