hi,

I want to extend the boxes plugin to provide a way to attach predefined views as a block - similar to managing news boxes is doing

to get input from the user im using the options_form() function - is there a simple way to use ahah in that form?
i want that the admin will be able to choose a term id as the views argument for the view i'm embedding - but for that the admin should choose first the vocabulary he wants and then after an ajax callback get the right list of terms to choose from.

is there an easy way to implement it?

thanks

Comments

gavri’s picture

on simple words - can I use #ahah on the boxes_box_form form? and if so how
thanks

Grayside’s picture

I would think it would just work if you include it in the boxes plugin options_form(). Did it not?