moodle/files
Damyon Wiese d61c96b6b4 MDL-39851 javascript: Full screen dialogs on small screens
This change adds support to M.core.dialogue for showing fullscreen
dialogs on small screen sizes. There are 2 new configuration values that
can be set to control this when creating a dialog (responsive and responsiveWidth).

Setting responsive to false will disable this functionality completely (old behaviour).
Setting responsiveWidth controls the screen width that the dialog will switch to
fullscreen mode. Try not to think of the device that will be accessing the dialog,
but the width at which the content of the dialog needs to be displayed differently.

The activity chooser and the filepicker are the two dialogs that have been converted
in this patch. The filepicker first had to be converted to use M.core.dialog and not
Y.Panel.
2013-08-13 10:37:32 +08:00
..
tests MDL-22236 webservice upload files: Update unit tests 2013-08-12 10:38:30 +08:00
coursefilesedit.php MDL-29186 multilang Reviewed the uses of course fullname and ensured things were being formatted consistently 2011-09-08 09:38:46 +12:00
coursefilesedit_form.php MDL-39720 added missing setType() in moodleform 2013-05-21 09:50:07 +10:00
externallib.php Merge branch 'MDL-22236-master' of git://github.com/damyon/moodle 2013-08-12 12:11:07 +12:00
index.php files MDL-19799 Fixed up call to deprecated function notice 2010-09-22 08:39:28 +00:00
renderer.php MDL-39851 javascript: Full screen dialogs on small screens 2013-08-13 10:37:32 +08:00