Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: Repositories
-
Labels:None
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
For example, these options are not all obvious in what they are for:
- 'dynload' => (bool) use dynamic loading,
- 'manage' => (string) link to file manager,
- 'nologin' => (bool) requires login,
- 'nosearch' => (bool) no search link,
- 'upload' => array( // upload manager
- 'name' => (string) label of the form element,
- 'id' => (string) id of the form element
- ),
Issue Links
| This issue has been marked as being related by: | ||||
| MDL-16383 | Develop "googledocs" plugin for Google Docs |
|
|
|
Dongsheng can you please add more documentation for all these options? And phpdocs for all methods too. Cheers!