JIRA Gadget UserPref implement CallbackBuilder

uuuu October 24, 2013

Does anyone have or know of a link that shows example to the following user preference callback builder?

https://developer.atlassian.com/display/GADGETS/Field+Definitions#FieldDefinitions-CallbackBuilder

1 answer

1 vote
Igor Guzenko July 8, 2014

Think about callback builder like you have created div block and this block passed to your callback function automatically. Inside callback function you can create own input component and programming all behavior for it (submit pref, event processing and other) . After creating input component, you just append it to div.

Suggest an answer

Log in or Sign up to answer