Jako / ImagePlus

Advanced Image Custom TV in MODX Revolution
https://jako.github.io/ImagePlus/
GNU General Public License v2.0
29 stars 20 forks source link

Update imageplus.panel.input.js #74

Closed VELIKII-DIVAN closed 6 years ago

VELIKII-DIVAN commented 6 years ago

Able to create panel without existed hidden field

VELIKII-DIVAN commented 6 years ago

It needs for reuse the panel for other extras

Jako commented 6 years ago

Can’t you just extend ImagePlus.panel.input in your extra and write an own getValue method in your extra code? Does your extra has no own hiddenfield?

VELIKII-DIVAN commented 6 years ago

Hiddenfield create simultaneously with input element. And yes, I can extend it. Thank you.