[mythtv-commits] mythtv/master commit: 95d7de619 by Robert McNamara (rmcnamara)

MythTV noreply at mythtv.org
Fri Apr 8 13:58:17 UTC 2011


      Author:  Robert McNamara <rmcnamara at mythtv.org>
 Change Date:  2011-04-08T06:55:03-07:00
   Push Date:  2011/04/08 06:58:15 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  95d7de61930ff5c75f1da660a7a1992c2ba6064b
   Changeset:  https://github.com/MythTV/mythtv/commit/95d7de619

Log:

HTML Setup: Add a confirmation dialog.

Use the JQuery dialog qidget to build a basic confirmation dialog.  Arguments are the message, a function name, and an optional array of parameters.

So, to perform javascript function foo with params bar when the answer is "yes,":

showConfirm("Are you ready to perform function foo?", foo, bar);

To perform javascript function foo, which takes no parameters:

showConfirm("Are you ready to perform function foo?", foo);

Modified:

   mythtv/html/index.html
   mythtv/html/js/util.qjs



More information about the mythtv-commits mailing list