Active
Project:
Boxes
Version:
6.x-1.0-beta9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2011 at 15:41 UTC
Updated:
24 Mar 2011 at 23:31 UTC
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
Comment #1
gavri commentedon simple words - can I use #ahah on the boxes_box_form form? and if so how
thanks
Comment #2
Grayside commentedI would think it would just work if you include it in the boxes plugin options_form(). Did it not?