Questions regarding popModal jQuery plugin

I am using popModal jQuery library. and going through the various types of buttons one can use. As I can read in the documentation from the link mentioned above, onOkBut corresponds to the OK button in the UI. onCancelBut corresponds to the Cancel button in the UI. I am wondering what if I have Save and Delete buttons on my UI, how should I be linking those in the code just like OK and Cancel buttons are described in the documentation? Please advise. Thanks

if Save and Delete are just aliases for Ok, you set it up as mentioned in the docs. However, if they are extra buttons I guess you’re out of luck /1/.

1 - you would have to examine the plugin’s source code to make sure of that. Right now I can only make assumptions based on what the intention of the plugin is (resp. what I think it is).

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.