I see this only works for boolean value fields? How would one get this to work with a select field? Just like how we enter in *issues* here, but where a user can change the status of an issue without having to go into the edit page.

Comments

patoshi created an issue. See original summary.

woprrr’s picture

Hi @patoshi,

Good question ;) In my original prototype I already can extend the "AjaxToggleForm" Builder to deal with quasi every fields type possible.

The real question is "how far is it reasonable to go into the possibility of providing this functionality by simply activating a formatter?" For the moment the bias with this module is to provide something simple based on switches On / Off (toogle). It is totally feasible to render much more than a toogle but a complete piece of form in a modal ajax or others ... I was waiting to see if this module would be useful before really investing more time. What would be your need in your specific case? can you clearly describe it so that I can either integrate it into this module or provide you with the patch that will allow you to use the BuilderForm for your needs?

woprrr’s picture

Status: Active » Postponed (maintainer needs more info)