inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,849
January 2015
msg
|
Post by Lynx on Jul 8, 2016 13:42:55 GMT -8
This project (Plugin Update Reminder) has been scrapped. Sorry.
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,849
January 2015
msg
|
Post by Lynx on Nov 18, 2016 1:48:03 GMT -8
I came across this old project on CND today, so I figured I'd take another crack at it. I wasn't going to do any more plugins before V6, but since I keep forgetting about checking my own forums to see if the plugins were up-to-date, I realized I need a reminder for them. So, this project is back in the loop and is my current project over on CND.
Now, onto my question: I'll be using pb.window.alert for the popup. What's the proper coding on that to set a key when they click on OK?
Thanks!
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Nov 20, 2016 16:25:26 GMT -8
Lynx, might I suggest that you use the "dialog" instead? It's a little more customizable so you can add buttons and actions more easily. Docs on the dialog function: www.proboards.com/developer/js/class/window#dialogIf you want to know what "options" you can use in the options parameter, the dialog function is simply a jQuery Dialog so you can use all of the parameters allowed in those: api.jqueryui.com/dialog/The very first example on the jQuery UI page is very similar to what you are trying to do.
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,849
January 2015
msg
|
Post by Lynx on Nov 20, 2016 20:04:17 GMT -8
Thanks for the suggestion, Texas. I've got some other work to finish up tonight, but I've bookmarked this thread so I can come back tomorrow and check out the links you gave.
|
|