Hi,
what do that mean ?
Ok : atttibutes is a array
Not understand = [ .... ] , why model.get('assignedUserId') is under 2 bracket ?
and why not ; at the end of line ?
Why not :
attributes['assignedUserId'] = model.get('assignedUserId') \*with at end*\ ;
Just for my knowledge.
what do that mean ?
PHP Code:
attributes['assignedUserId'] = [model.get('assignedUserId')]
attributes['assignedUserName'] = [model.get('assignedUserName')]
Not understand = [ .... ] , why model.get('assignedUserId') is under 2 bracket ?
and why not ; at the end of line ?
Why not :
attributes['assignedUserId'] = model.get('assignedUserId') \*with at end*\ ;
Just for my knowledge.
Comment