mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-51802 core: change template example
This commit is contained in:
parent
0b14d8612b
commit
fa4dd0169d
@ -25,8 +25,11 @@
|
||||
Data attributes required for JS:
|
||||
* data-inplaceeditable
|
||||
* data-inplaceeditablelink
|
||||
* data-identifier
|
||||
* data-callback
|
||||
* data-component
|
||||
* data-itemtype
|
||||
* data-itemid
|
||||
* data-value
|
||||
* data-editlabel
|
||||
|
||||
Context variables required for this template:
|
||||
* none
|
||||
@ -36,8 +39,8 @@
|
||||
"displayvalue" : "<a href=\"#\">Moodle</a>",
|
||||
"value" : "Moodle",
|
||||
"itemid" : "1",
|
||||
"component" : "core_tag",
|
||||
"itemtype" : "tagname",
|
||||
"component" : "core_unknown",
|
||||
"itemtype" : "unknown",
|
||||
"edithint" : "Edit this",
|
||||
"editlabel" : "New name for this"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user