The function getPapayaDataTag is used to fill the addon-form with current data and to st the attributes of the papaya:addon tag. Inside this function there is no possibility to distinguish wether the data will be used for the form or the tag. The cmd is always addon_data.
It would be useful to offer more information on the addon-form. Not every information shown in the addon-form might be needed in the papaya:addon tag.
I could use a drop down input element to show more information, but it is not possible to use the copy-and-paste feature with data in a drop down input element. And especially when there is a large amount of data in the drop down list the performance of loading the addon-form is very bad.
The currenct solution might work for small lists but not for big lists.
The function getPapayaDataTag is used to fill the addon-form with current data and to st the attributes of the papaya:addon tag. Inside this function there is no possibility to distinguish wether the data will be used for the form or the tag. The cmd is always addon_data.
It would be useful to offer more information on the addon-form. Not every information shown in the addon-form might be needed in the papaya:addon tag.
I could use a drop down input element to show more information, but it is not possible to use the copy-and-paste feature with data in a drop down input element. And especially when there is a large amount of data in the drop down list the performance of loading the addon-form is very bad.
The currenct solution might work for small lists but not for big lists.