RuianUploadifyBundle icon indicating copy to clipboard operation
RuianUploadifyBundle copied to clipboard

Problem when embedding forms

Open umpirsky opened this issue 13 years ago • 0 comments

This:

'copy' => $this->getName() . '_' . 'data'

will not work if you do it in embedded form, somehow IDs do not match and javascript $('#{{ attr['data-copy'] }}').attr('value', response.folder+response.file); does not set value.

umpirsky avatar Apr 12 '12 11:04 umpirsky