Hi,

great module (mainly use it for the nodereference extra's that are somwhat hidden away, but that's another story :-).

I find the original popup window quite large and would like to be able to change those settings, they seem to be hardcoded in node_form.js

Tnx,

HnLn

Comments

hnln’s picture

Title: allow for congiurable modalOptions » allow for configurable modalOptions
markus_petrux’s picture

Status: Active » Needs work

We could define an empty object, Drupal.nodeRelationshipsReferenceButtons.customDialogOptions, and that could be passed to Drupal.modalFrame.open() when this function is invoked from Drupal.nodeRelationshipsReferenceButtons.openDialog().

hnln’s picture

Sounds good :-) I was thinking of a system settings form with some options and above method would allow for something like that I think. Tnx for the quick reply :-).