New render type on databasejoin plugin

karinep

New Member
Hi everyone,

We are trying to create a new type of render in databasejoin plugin, we are going to call as multiselect-auto-complete. It is very similar to chosen tags when Enhanced Dropdowns is activated, but the diference is the dropdown list is built via ajax and just when the user type some characters in the input.

Our implementation works perfectly when we rewrite the $this->renderMultiSelectList() function https://github.com/Fabrik/fabrik/bl...k_element/databasejoin/databasejoin.php#L1424 for our piece of code because saves correctly in the database table obra_intelectual_repeat_autor (a book has one or more autors).

My question is, in which piece of code in databasejoin.php, Fabrik creates a table table1_repeat_table2?. We need this table for our render works correctly and we want to do the same thing as 'multilist' but we can't just rewrite the multilist function because we also need the multiselect dropdown.

Thank you for your answer,
Regards
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top