Skip to content
Snippets Groups Projects
Commit 44ef969a authored by gnaegi's avatar gnaegi
Browse files

OO-1659 update medialementjs

parent e50454ba
No related branches found
No related tags found
No related merge requests found
......@@ -277,9 +277,9 @@
align: 'center',
spacing: 5,
items: [
{name: 'width', type: 'textbox', maxLength: 3, size: 3, onchange: generatePreview},
{name: 'width', type: 'textbox', maxLength: 4, size: 4, onchange: generatePreview},
{type: 'label', text: 'x'},
{name: 'height', type: 'textbox', maxLength: 3, size: 3, onchange: generatePreview}
{name: 'height', type: 'textbox', maxLength: 4, size: 4, onchange: generatePreview}
]
},
{ name: 'preview', type: 'panel', label: '', minHeight: 320,
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment