Home
last modified time | relevance | path

Searched refs:editlabel (Results 1 – 25 of 49) sorted by relevance

12

/dports/www/moodle311/moodle/lib/classes/output/
H A Dinplace_editable.php85 protected $editlabel = null; variable in core\\output\\inplace_editable
119 …* @param lang_string|string $editlabel label for the input element in the editing mode (for screen…
122 $displayvalue, $value = null, $edithint = null, $editlabel = null) { argument
130 $this->editlabel = $editlabel;
252 'editlabel' => (string)$this->editlabel,
/dports/www/moodle310/moodle/lib/classes/output/
H A Dinplace_editable.php85 protected $editlabel = null; variable in core\\output\\inplace_editable
119 …* @param lang_string|string $editlabel label for the input element in the editing mode (for screen…
122 $displayvalue, $value = null, $edithint = null, $editlabel = null) { argument
130 $this->editlabel = $editlabel;
252 'editlabel' => (string)$this->editlabel,
/dports/www/moodle39/moodle/lib/classes/output/
H A Dinplace_editable.php85 protected $editlabel = null; variable in core\\output\\inplace_editable
119 …* @param lang_string|string $editlabel label for the input element in the editing mode (for screen…
122 $displayvalue, $value = null, $edithint = null, $editlabel = null) { argument
130 $this->editlabel = $editlabel;
252 'editlabel' => (string)$this->editlabel,
/dports/www/moodle310/moodle/lib/templates/
H A Dinplace_editable.mustache32 * data-editlabel
47 "editlabel" : "New name for this",
55 …data-value="{{value}}" data-editlabel="{{editlabel}}" data-type="{{type}}" data-options="{{options…
/dports/www/moodle311/moodle/lib/templates/
H A Dinplace_editable.mustache32 * data-editlabel
47 "editlabel" : "New name for this",
55 …data-value="{{value}}" data-editlabel="{{editlabel}}" data-type="{{type}}" data-options="{{options…
/dports/www/moodle39/moodle/lib/templates/
H A Dinplace_editable.mustache32 * data-editlabel
47 "editlabel" : "New name for this",
55 …data-value="{{value}}" data-editlabel="{{editlabel}}" data-type="{{type}}" data-options="{{options…
/dports/www/moodle310/moodle/course/format/topics/
H A Dlib.php352 * @param null|lang_string|string $editlabel
356 $editable = null, $edithint = null, $editlabel = null) { argument
360 if (empty($editlabel)) {
362 $editlabel = new lang_string('newsectionname', 'format_topics', $title);
364 …t::inplace_editable_render_section_name($section, $linkifneeded, $editable, $edithint, $editlabel);
/dports/www/moodle39/moodle/course/format/topics/
H A Dlib.php349 * @param null|lang_string|string $editlabel
353 … $editable = null, $edithint = null, $editlabel = null) { argument
357 if (empty($editlabel)) {
359 $editlabel = new lang_string('newsectionname', 'format_topics', $title);
361 …t::inplace_editable_render_section_name($section, $linkifneeded, $editable, $edithint, $editlabel);
/dports/www/moodle311/moodle/course/format/topics/
H A Dlib.php352 * @param null|lang_string|string $editlabel
356 $editable = null, $edithint = null, $editlabel = null) { argument
360 if (empty($editlabel)) {
362 $editlabel = new lang_string('newsectionname', 'format_topics', $title);
364 …t::inplace_editable_render_section_name($section, $linkifneeded, $editable, $edithint, $editlabel);
/dports/www/moodle39/moodle/tag/classes/output/
H A Dtagname.php49 $editlabel = new lang_string('newnamefor', 'core_tag', $tag->rawname);
53 …onstruct('core_tag', 'tagname', $tag->id, $editable, $displayvalue, $value, $edithint, $editlabel);
H A Dtagcollname.php52 $editlabel = new lang_string('newcollnamefor', 'core_tag', $name);
55 …('core_tag', 'tagcollname', $tagcoll->id, $editable, $displayvalue, $value, $edithint, $editlabel);
H A Dtagareashowstandard.php51 $editlabel = new lang_string('changeshowstandard', 'core_tag', $areaname);
54 null, $value, $edithint, $editlabel);
H A Dtagareacollection.php60 $editlabel = new lang_string('changetagcoll', 'core_tag', $areaname);
64 null, $value, $edithint, $editlabel);
/dports/www/moodle310/moodle/tag/classes/output/
H A Dtagcollname.php52 $editlabel = new lang_string('newcollnamefor', 'core_tag', $name);
55 …('core_tag', 'tagcollname', $tagcoll->id, $editable, $displayvalue, $value, $edithint, $editlabel);
H A Dtagname.php49 $editlabel = new lang_string('newnamefor', 'core_tag', $tag->rawname);
53 …onstruct('core_tag', 'tagname', $tag->id, $editable, $displayvalue, $value, $edithint, $editlabel);
H A Dtagareashowstandard.php51 $editlabel = new lang_string('changeshowstandard', 'core_tag', $areaname);
54 null, $value, $edithint, $editlabel);
H A Dtagareacollection.php60 $editlabel = new lang_string('changetagcoll', 'core_tag', $areaname);
64 null, $value, $edithint, $editlabel);
/dports/www/moodle311/moodle/tag/classes/output/
H A Dtagname.php49 $editlabel = new lang_string('newnamefor', 'core_tag', $tag->rawname);
53 …onstruct('core_tag', 'tagname', $tag->id, $editable, $displayvalue, $value, $edithint, $editlabel);
H A Dtagcollname.php52 $editlabel = new lang_string('newcollnamefor', 'core_tag', $name);
55 …('core_tag', 'tagcollname', $tagcoll->id, $editable, $displayvalue, $value, $edithint, $editlabel);
H A Dtagareashowstandard.php51 $editlabel = new lang_string('changeshowstandard', 'core_tag', $areaname);
54 null, $value, $edithint, $editlabel);
/dports/www/moodle310/moodle/course/format/weeks/
H A Dlib.php431 * @param null|lang_string|string $editlabel
435 … $editable = null, $edithint = null, $editlabel = null) { argument
439 if (empty($editlabel)) {
441 $editlabel = new lang_string('newsectionname', 'format_weeks', $title);
443 …t::inplace_editable_render_section_name($section, $linkifneeded, $editable, $edithint, $editlabel);
/dports/www/moodle311/moodle/course/format/weeks/
H A Dlib.php431 * @param null|lang_string|string $editlabel
435 … $editable = null, $edithint = null, $editlabel = null) { argument
439 if (empty($editlabel)) {
441 $editlabel = new lang_string('newsectionname', 'format_weeks', $title);
443 …t::inplace_editable_render_section_name($section, $linkifneeded, $editable, $edithint, $editlabel);
/dports/www/moodle39/moodle/course/format/weeks/
H A Dlib.php431 * @param null|lang_string|string $editlabel
435 … $editable = null, $edithint = null, $editlabel = null) { argument
439 if (empty($editlabel)) {
441 $editlabel = new lang_string('newsectionname', 'format_weeks', $title);
443 …t::inplace_editable_render_section_name($section, $linkifneeded, $editable, $edithint, $editlabel);
/dports/www/moodle310/moodle/course/classes/output/
H A Dcourse_module_name.php58 $editlabel = new lang_string('newactivityname', '', $cm->get_formatted_name());
62 … 'core_course', 'activityname', $cm->id, $editable, $value, $value, $edithint, $editlabel);
/dports/www/moodle311/moodle/course/classes/output/
H A Dcourse_module_name.php58 $editlabel = new lang_string('newactivityname', '', $cm->get_formatted_name());
62 … 'core_course', 'activityname', $cm->id, $editable, $value, $value, $edithint, $editlabel);

12