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
Comment #1
hnln commentedComment #2
markus_petrux commentedWe 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().
Comment #3
hnln commentedSounds 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 :-).