Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Search results

From MoodleDocs

Page title matches

  • The functions mentioned here are deprecated. The correct way to use JavaScript in Moodle is documented on [[JavaScript_guidelines]]. ...you can use the Firefox [[Web developer extension]]: ''Information > View JavaScript''.
    922 bytes (113 words) - 13:38, 14 July 2021

Page text matches

  • The functions mentioned here are deprecated. The correct way to use JavaScript in Moodle is documented on [[JavaScript_guidelines]]. ...you can use the Firefox [[Web developer extension]]: ''Information > View JavaScript''.
    922 bytes (113 words) - 13:38, 14 July 2021
  • == Custom Popup Messages Using Javascript == Actually Moodle has some nice utility functions in /lib/javascript-static.js which can help.
    1 KB (202 words) - 13:39, 14 July 2021
  • {{Template:Migrated|newDocId=/docs/guides/javascript/jquery/}} ...avascript in Moodle. As of Moodle 2.9 we are transitioning to jQuery and [[Javascript Modules]] because Yahoo has ceased all new development on YUI (http://yahoo
    4 KB (557 words) - 14:05, 24 June 2022
  • The idea of JavaScript namespacing was raised during the developers meeting that occured on Tuesda ...posed for MDL-16699 that splits javascript-static into two files and moves JavaScript that is only being used in a single place within Moodle to a file that can
    10 KB (1,477 words) - 11:31, 26 August 2021
  • ...age the plagiarism API and implemented behat and unit tests to cover these functions. The plugin uses the new [[Events API]] instead of the older legacy log lik * Summary: The goal was to develop a javascript basic SCORM player for the Moodle mobile application.
    2 KB (227 words) - 11:18, 6 April 2020
  • ...acking this support natively but it does provide a hint as to the relevant functions.'') For JavaScript to communicate with the server-side aspect of Moodle, you need to create se
    4 KB (547 words) - 11:36, 25 June 2022
  • ...lock has a server side section of code written in PHP and a client side in javascript. The client is based on the YUI treeview widget and sends asynchronous mess ...he block is still usable. This HTML version is normally not visible as the javascript acts to hide it immediately if possible.
    8 KB (1,328 words) - 12:07, 10 November 2013
  • ...y. There is also a convenient javascript module that is used to call these functions and return a structured response/error. ...stent and complete external apis which then benefits both web services and Javascript
    6 KB (870 words) - 13:22, 14 July 2021
  • : All the functions that are called by the Moodle core. For performance reasons it is important : This contains all the other quiz library functions that do not have a more specific home. Including this file also includes al
    6 KB (1,055 words) - 13:59, 18 May 2023
  • ...w / hide button shows or hides advanced controls using javascript or if no javascript is available then the whole page is submitted and redisplayed with advanced ...lt values' of the form elements are automatically passed to the processing functions from data_submitted(). Default values are set by setDefault normally called
    3 KB (356 words) - 06:41, 17 June 2022
  • // Or use the following helper functions: It is also possible to display standard notifications from JavaScript after the page has loaded.
    3 KB (386 words) - 12:31, 14 October 2020
  • '''Replace calls to custom totara functions.(MDL-45703)''' *Other yet undiscovered functions
    4 KB (626 words) - 14:08, 24 June 2022
  • ...eet the requirements set out in the relevant section of the [[Coding style#Functions and Methods|Coding style]] * [[Coding style#Functions and Methods]]
    9 KB (1,339 words) - 12:08, 28 June 2022
  • # ''Include some JavaScript code that enhances the report for people with JavaScript turned on in their browser.'' ...an administration page, we need to do this using the admin_externalpage... functions. You probably just need to copy these two lines exactly, then replace 'capa
    6 KB (902 words) - 13:41, 3 May 2024
  • ...extracts the details of the file returned and then outputs a small bit of javascript to update the filepicker: // Generate some javascript to update the filepicker with the details of the file selected
    5 KB (614 words) - 08:26, 15 July 2021
  • <syntaxhighlight lang="javascript"> <syntaxhighlight lang="javascript">
    7 KB (890 words) - 08:25, 15 July 2021
  • If you render the paged content in PHP it will initialise all of the JavaScript required to control the navigation between pages for the user. = JavaScript =
    6 KB (841 words) - 08:27, 15 July 2021
  • ...eliability and Documentation.More of a library in a traditional sense, the functions are well organized and very reusable. They also claim compatibility with ot Scriptaculous drag and drop uses prototyped array functions - e.g.
    7 KB (1,127 words) - 08:16, 22 June 2011
  • ...oved. It is safe to call core subsystems from anywhere in Moodle - but the functions may return an error to indicate that a feature has been disabled. Each core * External functions
    13 KB (2,182 words) - 07:26, 6 May 2022
  • ==JavaScript== New Javscript in Moodle should be written as Vanilla javascript in the ES6 style. The use of jQuery, YUI, and other frameworks is strongly
    7 KB (1,101 words) - 13:20, 31 May 2022
  • ...rue. Global variable $USER contains information about current user. Useful functions: isloggedin(), isguestuser(), session_is_loggedinas(), require_login() ...ften treated differently when checking capabilities or enrollments. Useful functions: is_siteadmin()
    9 KB (1,489 words) - 02:43, 11 June 2013
  • * MDL-40137 - Correct naming of functions in theme/clean/lib.php * MDL-39778 - Course deletion now functions with badges.
    3 KB (434 words) - 09:07, 25 May 2022
  • ...he area within the image that counts as the correct area for the answer. A javascript student interface could allow the student to move a bullseye around the ima ==Core functions==
    10 KB (1,589 words) - 03:30, 15 September 2011
  • ...ag state will be toggled using an Ajax interface when it is clicked on. If JavaScript is off, there will be a check-box to show the state, which will be saved wh This will be accessed and updated through a few functions in questionlib.php.
    5 KB (906 words) - 01:48, 19 February 2009
  • ...en you should also implement is_applied_to_user_lists and filter_user_list functions. To see the full list, look at the PHPdoc for the condition and tree_node c The class is required, but all the functions are theoretically optional; you can leave them out if you don't need any sp
    13 KB (1,816 words) - 14:28, 22 July 2022
  • * In Javascript: ** Initialize the form in the listener to some javascript event (for example, a click on the "Add" or "Edit" link); show the form
    10 KB (1,483 words) - 08:24, 15 July 2021
  • ** Once Activated, All pages will include two extra JavaScript files: ** One JavaScript Library File - To allow fast JavaScript implementation of common features, libraries are generally tested on multip
    6 KB (981 words) - 05:24, 15 September 2011
  • * Works no matter Javascript is enabled or not Generally speaking, only two functions you need to know to get comment API worked:
    6 KB (866 words) - 15:08, 19 May 2023
  • ...e within your plugin. Into that file you create a namespace and define any functions or objects you want to use. ...e quirks that you need will need to overcome, especially with more complex JavaScript.
    15 KB (2,104 words) - 08:25, 15 July 2021
  • Please note that if your plugin doesn't use Ionic components nor JavaScript, it's possible that you don't have to adapt it. However, we recommend you t ...now asynchronous. This means that if your plugin is displaying a modal in JavaScript, you’ll probably need to adapt your code.
    9 KB (1,340 words) - 13:03, 14 July 2022
  • ...is to make interface more user-friendly and get rid of ‘Editing mode’ when Javascript is enabled. ...output used in course/view.php: hidden form for AJAX, functions including javascript libraries, etc.
    7 KB (1,121 words) - 05:55, 30 August 2012
  • ...small as possible as this file is included on every page. Put classes and functions elsewhere. * Where possible it is advisable to use the predefined functions rather than write out SQL. Writing SQL has a greater chance of not working
    15 KB (2,158 words) - 20:24, 14 July 2021
  • # [[Javascript-interface for repeat_elements function|Javascript-interface for repeat_elements function]] - adding new blanks to the form sh ...how to link question engine with lesson module]] - adding only two simple functions to the question definition we could create ideal connection with the lesson
    4 KB (540 words) - 21:18, 15 July 2023
  • * You have a medium/good skills/understand of Javascript, PHP and Moodle architecture ...rpose. Since Moodle 2.1 there is a pre-built service that contains all the functions needed for the official mobile app.
    10 KB (1,391 words) - 07:08, 29 April 2022
  • * Mobile remote add-ons uses special placeholders for paths inside Javascript code. ...d local_mobile) service using the "services" field when declaring external functions, see: https://github.com/jleyva/moodle-mod_certificate/blob/CONTRIB-6313/db
    6 KB (1,033 words) - 07:14, 29 April 2022
  • ...rtin Dougiamas]] proposed a new way to allow specific group of users enter JavaScript and all other tags into places where all text is normally cleaned. This fea ...is used to decide if the text should be cleaned or not. There are several functions that make the conversion of text fields a bit easier, but due to the fact t
    4 KB (577 words) - 07:52, 25 April 2012
  • The Moodle JavaScript coding style. ...eptions to the general Moodle [[Coding_style|Coding style]] which apply to JavaScript.
    20 KB (2,680 words) - 04:17, 4 October 2021
  • * MDL-44657 - No more Javascript error when the form class is namespaced ...forum/discuss.php?d=278614 MSA-15-0004] Information leak through messaging functions in web-services
    4 KB (566 words) - 09:08, 25 May 2022
  • * Javascript ** User the todo api javascript module to interact with the server external API
    12 KB (2,096 words) - 17:46, 16 March 2017
  • === Step 1 - Attach some javascript to the button === The first step is to add some javascript to the "Create group" button so that we can open a modal. The page we are m
    20 KB (2,445 words) - 08:21, 15 July 2021
  • * [[Web service API functions]] * [[Javascript Modules]]
    5 KB (591 words) - 05:27, 12 January 2023
  • ...be done entirely within a theme through the creation of a small amount of JavaScript and a few lines of CSS. ...'dockmod''. Within this new directory we'll create two further directories JavaScript, and style.
    14 KB (2,149 words) - 08:08, 15 July 2021
  • ...me additions to the question interface. We are supposing to add two simple functions, which don't interfere with other parts, but would allow question to report Now we need just two functions like ''supported_attempt_properties()'' and ''get_attempt_property()''
    7 KB (1,168 words) - 13:53, 24 June 2022
  • ..., manipulating the DOM and interacting with Phonegap, we use jQuery as our Javascript framework. * Google Javascript Style Guide http://google-styleguide.googlecode.com/svn/trunk/javascriptgui
    6 KB (933 words) - 07:06, 29 April 2022
  • Simple question types use standard HTML and complex ones may use Javascript, Java Applets or HTML 5 elements (like canvas, etc..) ...e from startattempt.php, attempt.php, proccessattempt.php will be moved to functions in local mobile.
    15 KB (2,336 words) - 14:25, 11 May 2016
  • ...ease version in version.php after any change in /db/ folder, any change in javascript code, any new auto-loaded class, any new setting and also after any change Within an upgrade, there are restrictions on the functions your code should call, because the system has not been fully updated.
    18 KB (2,994 words) - 14:05, 24 June 2022
  • * Using javascript to correct for errors or non valid values in each steps before going to the To implement these choices we need to add new functions in default questiontype class.
    7 KB (1,014 words) - 14:07, 3 May 2024
  • ** Cannot use forms in a javascript popout ([http://tracker.moodle.org/browse/MDL-17146 MDL][http://tracker.moo ** abstracting validation functions
    5 KB (764 words) - 15:37, 31 October 2012
  • * MDL-44657 - No more Javascript error when the form class is namespaced ...forum/discuss.php?d=278614 MSA-15-0004] Information leak through messaging functions in web-services
    4 KB (683 words) - 09:08, 25 May 2022
  • ...ples for the use of the question/state model and to illustrate some of the functions provided in locallib.php. ...ntation should provide an entry point to the quiz module code. A number of functions are used in attempt.php that are likely to be used in other scripts as well
    9 KB (1,480 words) - 20:22, 14 July 2021
  • ...are applied to all text that is printed with the [[Output functions|output functions]] format_text(), and, if you have turned on that option, format_string(). S ...e (the content will have already been processed by the filter in php). The javascript for a filter can listen for these event notifications and reprocess the aff
    13 KB (1,687 words) - 15:37, 25 May 2022
  • The [[Access API]] gives you functions so you can determine what the current user is allowed to do, and it allows The [[Page API]] is used to set up the current page, add JavaScript, and configure how things will be displayed to the user.
    9 KB (1,476 words) - 07:26, 6 May 2022
  • The functions should exist in lib.php for the module, and should be as follows: ...equire when expanding. Along with this script there will also need to be a Javascript file that contains the code necessary to achieve this.
    10 KB (1,688 words) - 13:32, 14 July 2021
  • ...odle.org/gw?p=moodle.git;a=blob;f=competency/classes/external.php External functions] are all located in <syntaxhighlight lang="php">\core_competency\external</ ...includes templates, javascript (AMD modules) and some additional external functions. It was built split from the backend to easily allow the support for other
    10 KB (1,538 words) - 13:39, 14 July 2021
  • '''Javascript and YUI files''' ...se format may contain Javascript files and/or YUI modules. See [[:Category:Javascript]] for documentation. Make sure that course format checks course_ajax_enable
    22 KB (3,476 words) - 15:41, 25 May 2022
  • * Auto completion for functions, classes and constants. Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, Actionscript, C & C++
    4 KB (593 words) - 03:17, 28 April 2022
  • ...ll mainly tackle this section. The run time environment consists of 8 main functions that facilitates the access to the LMS. The 8 main functions in the run time environment need to be implemented as a Javascript API. Since we are doing this project using AngularJs, this should be done b
    18 KB (2,904 words) - 11:10, 3 February 2016
  • These are JavaScript libraries which take configuration (usually JSON) and produce tours to disp tightly integrated with the Bootstrap 2.2 JavaScript.
    6 KB (877 words) - 10:58, 12 April 2017
  • Simple yet flexible JavaScript charting for designers & developers CodeMirror is a versatile text editor implemented in JavaScript for the browser.
    21 KB (2,815 words) - 07:27, 6 May 2022
  • ...le the dock using CSS, as well as how to customise or manipulate it within JavaScript. ...ool such as FireBug to inspect it within a page as it won't be there until JavaScript has run.
    20 KB (3,430 words) - 04:53, 1 May 2024
  • ...on the assign roles page the options for enrolling users are tidier, (uses JavaScript, groups page uses same widget) and there are various search options (collap : Petr talked about [[DML functions|DML]], [[DDL functions|DDL]], [[DTL functions|DTL]] and the new [[DML drivers|native database drivers]]. He mentioned tha
    7 KB (1,176 words) - 06:56, 22 June 2011
  • ...All communication between the SCO and the LMS can take place through this JavaScript API only, that is, the content package can by no means communicate with the ...SCO can communicate only through the JavaScript API, the LMS provides the JavaScript object of the API at a specific location within the browsers' DOM. This API
    18 KB (2,893 words) - 15:11, 10 August 2021
  • ...ode that functions if SWFObject fails for any reason, e.g. If the user has Javascript blocked in his/her browser. ...for deploying video in Moodle as an activity. Leverages the full range of functions of Jeroen Wijering's JW FLV Player.
    7 KB (1,013 words) - 05:20, 7 May 2024
  • In Moodle 2.0, all the functions in lib/weblib.php that are to do with generating output are being replaced (Just to reassure you: We will make new versions of all the old weblib functions in deprecatedlib.php, that implement the old API in terms of the new method
    16 KB (2,070 words) - 02:14, 1 May 2024
  • See [[Outputting HTML in 2.0]] for a detailed list of functions to migrate. ...be output through a mixture of direct echo/print statements, and calls to functions like print_header, print_box, ... in lib/weblib.php.
    31 KB (5,001 words) - 08:24, 15 July 2021
  • ...ontrib questions, so you will need to add backup/restore and import/export functions if you base your new question type on a core question type. ==JavaScript and CSS required by your plugin==
    15 KB (2,478 words) - 20:27, 14 July 2021
  • ====Get and Set functions==== The data continues to be accessed through the existing functions which are extended to cope with the optional plugin parameter.
    11 KB (1,729 words) - 01:55, 30 October 2019
  • /// Some core rendering functions /// Some module-specific rendering functions
    22 KB (3,258 words) - 16:45, 19 July 2021
  • There are significant changes in course-related functions and UI in 2.5. This document is aimed to assist migration from 2.4 to 2.5. ...Do not set it high because now users are able to expand subcategories with Javascript sending AJAX requests to the server
    30 KB (4,139 words) - 14:57, 22 August 2023
  • ...s from teacher roles because even basic SCORM packages consist of html and javascript which needs to use user session. ...system where teachers can not attack other users but it would prevent all javascript, flash, SCORM, java, html forms, SVG, etc.
    11 KB (1,686 words) - 13:20, 31 May 2022
  • ...tab defines consits of a PHP class with an optional HTML template and some Javascript. The files live in blocks/ilp/classes/dashboard/tabs * language_strings() functions in the same way as for Form Elements, above.
    10 KB (1,498 words) - 13:48, 24 June 2022
  • @mod @mod_yourplugin @javascript The '@javascript' tag should only be used, if javascript is needed to execute your test. This is dependent on the step you will use
    22 KB (3,613 words) - 05:59, 8 July 2022
  • ...e rendered both on the server side in PHP as well as on the client side in JavaScript. Themes can override the default templates. Moodle uses [https://mustache.g == Rendering in JavaScript ==
    39 KB (5,854 words) - 14:08, 9 June 2022
  • * a proof of concept of [http://moodle.org/mod/forum/discuss.php?d=189882 javascript cross-domain with Sencha Touch 1.1] HTML is the format sent/received by web service functions. All returned file urls are converted to 'http://xxxx/webservice/pluginfile
    6 KB (983 words) - 16:15, 7 February 2022
  • * MDL-57490 - Removed several legacy JS functions from javascript-static.js ...b/upgrade.txt lib/upgrade.txt] changes to various core APIs, deprecations, functions removal
    15 KB (2,256 words) - 09:09, 25 May 2022
  • # Create new functions in a reserved namespace that will return the content of the new options. Th ...u will be able to use them for advanced features). You just need plain php functions that will be placed in a reserved namespace.
    116 KB (16,636 words) - 13:03, 14 July 2022
  • It is important to note that generic functions exist and are used should the course format NOT define these callbacks. ...anches into the tree has been added as a feature. This enables a user with Javascript enabled to dig down into the tree expanding branches that we not generated
    25 KB (4,095 words) - 13:39, 14 July 2021
  • == Standard Files and their Functions == Each addon referenced here must be included as a zip file containing the javascript/html/css code in the plugin mobile/ folder. The name of the zip must be the
    21 KB (3,117 words) - 02:38, 18 May 2022
  • ...lines the exceptions to the [[Coding style]] and [[Javascript/Coding Style|JavaScript Coding Style]] which apply to the Moodle App and also includes rules for ot In some situations, functions end up having a lot of optional arguments and this results in unreadable co
    13 KB (1,686 words) - 07:27, 6 May 2022
  • * MOBILE-1760 - Create common synchronisation functions and helpers. * MOBILE-1752 - Ignore javascript links in mmIframe
    5 KB (787 words) - 11:17, 1 June 2022
  • Let them change the HTML output by the print_XXX functions in weblib.php. ...s that are coded for it. Older code will work as before, using deprecated functions.
    14 KB (2,182 words) - 16:23, 25 May 2022
  • ; DEL/ D : Proposal to delete files and/or functions and/or code. ; MV : Proposal to move files and/or functions and/or code.
    21 KB (2,962 words) - 08:46, 27 July 2011
  • ...''$PAGE''', against which you set the heading for the page, the title, any JavaScript requirements, etc. The navigation structure uses the information $PAGE con ...and how they are related to each other. Examples are given of the type of functions available on each kind of entity.
    17 KB (2,605 words) - 02:29, 24 June 2022
  • ...h as user profile fields) across multiple reports and ended up with helper functions like add_user_fields_to_columns() in rb_base_source.php to achieve that. Wh ...been on our roadmap to add support for graphical reports using a front-end javascript graphing library. This is a high priority for us this year so may be someth
    7 KB (1,165 words) - 14:08, 24 June 2022
  • * DONE PHPDoc all files, preferably all functions ...ons: I was not sure if it is OK to add the $hasattempts parameter to these functions since this callback seemed similar to an interface that should not be chang
    41 KB (6,818 words) - 20:20, 14 July 2021
  • #** DONE - A javascript tree view implementation to check ingredients #* DONE - Ensure that all the functions/methods/classes have it's own phpDoc comment block
    8 KB (1,130 words) - 12:55, 11 January 2013
  • Client-side: Javascript, jQuery, jQuery-UI, HTML5 Canvas, CKEditor, OpenLayers (optional), D3.js (o ...External Service"-Configuration needs to allow requests to the following 3 functions:
    7 KB (1,076 words) - 11:59, 25 June 2022
  • Unit tests are written in JavaScript using [https://jestjs.io/ Jest]. If you want to create a new one, Jest is a ...is last example, the <code>mockSingleton</code> method can be used to mock functions without needing to provide an explicit implementation. It uses the same api
    10 KB (1,409 words) - 13:04, 14 July 2022
  • ...chronous Module Definition formatted javascript modules. Developer docs: [[Javascript Modules]] * MDL-49163 - Support for calling webservice functions directly from javascript. Developer docs: [[AJAX]]
    15 KB (2,320 words) - 09:08, 25 May 2022
  • | Javascript modules in Moodle 2.9 and higher === Javascript modules and templates in Moodle 2.9 ===
    18 KB (2,729 words) - 13:22, 14 July 2021
  • .../span> lib.php cannot include locallib.php @ global scope. Only within the functions requiring it. # lib.php: Clean all the functions that are not needed and review all the @TODO notes there.
    12 KB (1,941 words) - 01:19, 21 November 2011
  • ...used, using a 'shortcut/alias' will result in the 'FILE_REFERENCE'-related functions being used). These functions relate to a specific instance of your plugin (e.g. the URL and login detail
    43 KB (6,259 words) - 08:09, 18 May 2022
  • ...'ajax' option. This should be the name of an AMD module that implements 2 functions: <syntaxhighlight lang="javascript">
    48 KB (6,707 words) - 09:27, 15 April 2024
  • ...or which appears to be an issue between Selenium and the MInkExtension for JavaScript tests - see https://githubmemory.com/repo/Behat/MinkExtension/activity for * <tt>@javascript</tt>: All the tests that runs in a browser using Javascript; they require Selenium or the browser's own automation layer, as per [[Runn
    35 KB (5,451 words) - 05:59, 8 July 2022
  • Mobile app test scenarios should be marked <code>@app</code> and <code>@javascript</code> in addition to any other tags. * Inject the necessary JavaScript code to support Behat testing.
    25 KB (4,155 words) - 13:01, 14 July 2022
  • * Functions are named correctly (all lower case, no camel-case, underscores allowed). * Where functions are being removed, the [[Deprecation]] process is followed.
    23 KB (3,775 words) - 07:27, 6 May 2022
  • * MDL-31902 All xxx_get_participants() functions are removed from core ...s have been removed. The fields was not widely respected and all 'advanced javascript' should work in a progressive enhancement and accessible way. A site wide f
    18 KB (2,893 words) - 09:07, 25 May 2022
  • | This is the home of standard functions relating to source plugins. '''Functions of the Sources API'''
    30 KB (4,772 words) - 13:22, 14 July 2021
  • ...have implementations of some more interesting types, perhaps using the YUI JavaScript library to do some interesting interactions (but with an accessible fall-ba ...interface enabled. Without it, none of the following is active and Moodle functions just as it does today.
    10 KB (1,582 words) - 02:05, 28 February 2013
  • ...ove action for activities and course sections are keyboard accessible with JavaScript enabled * MDL-40546 - Improved javascript caching (local cache compatible)
    16 KB (2,416 words) - 09:05, 25 May 2022
  • ===Functions and Methods=== Global functions called from namespaced code should never use a leading
    54 KB (7,921 words) - 03:51, 11 April 2022
  • * List of functions * HTML, CSS, JavaScript support
    11 KB (1,787 words) - 10:18, 11 April 2022
  • ...frame tag instead of broken object embedding, data attributes may simplify JavaScript code, etc. ...gs#Extra_restrictions_on_attempts the quiz's 'Full screen pop-up with some JavaScript security' setting]. If you don't update your theme, it seems you might get
    16 KB (2,475 words) - 09:07, 25 May 2022
  • ...cross the entire Moodle code base, allowing the admin to expose particular functions of Moodle for use by: ...curity with a detailed token system and complete control over the range of functions exposed
    17 KB (2,534 words) - 09:07, 25 May 2022
  • For app storage we use the ydn-db javascript library, it supports storage in IndexedDB, WebSQL and localStorage implemen ...fined inside www/core/lib/app.js. This file implements a provider with the functions $mmAppProvider.registerStore and $mmAppProvider.registerStores to add new s
    28 KB (4,477 words) - 07:09, 29 April 2022
  • ...e fazer isso através do CSS, mudando a estrutura base e também adicionando javascript para adicionar recursos mais avaçados. * Introdução a métodos padronizados para adição de Javascript aos templetes
    37 KB (6,150 words) - 13:55, 24 June 2022
  • ...ts and keycodes, see [http://www.quirksmode.org/js/keys.html Quirksmode on JavaScript keys]. | Binary classifier and authentication decision functions
    12 KB (1,887 words) - 13:22, 14 July 2021
  • * [[Javascript/Shifter]] | aparup: depends, if you want to use javascript elements no.
    79 KB (11,378 words) - 13:22, 14 July 2021
  • ...2.X || style="background:#ffdfcd;" | Would be very useful for client-side JavaScript || Not supported || MDL-29913 ....Net in Moodle 2.0, but it does not work for anything but the most trivial functions. It is fully working with PHP clients.|| Not supported || MDL-20804, MDL-
    92 KB (12,458 words) - 10:34, 2 January 2023
  • ...use breakpoints in the browser [https://developer.chrome.com/docs/devtools/javascript/ using the Sources Panel]. ...ere the application will be rendered. Before the app is ready, even before JavaScript is loaded, this is what the application will look like. In a mobile device,
    37 KB (5,937 words) - 13:03, 14 July 2022
  • === [http://tracker.moodle.org/browse/MDL-31216 Course page changes with JavaScript] === ...ges? We've been getting bitten by changes to core APIs, removal of methods/functions, new APIs.
    27 KB (4,082 words) - 13:22, 14 July 2021
  • * MDL-64684 - When JavaScript caching is disabled, jQuery and RequireJS are no longer minified * MDL-64642 - New web service to call multiple external functions
    11 KB (1,706 words) - 09:09, 25 May 2022
  • ...can be empty, but as we add features to our theme we will need to add some functions here. SCSS/SASS is a powerful language for creating CSS. It supports variables, functions, loops just like php. For lots of information and an introduction to SCSS r
    66 KB (5,817 words) - 09:58, 16 August 2023
  • Note that we set up a call to the JavaScript function <tt>question_init_submit_button</tt>, passing the button id, and t ...the code, you will be able to see exactly what those (quite simple) helper functions do. I was going to summarise here what the test does, but I think the comme
    26 KB (3,631 words) - 20:24, 14 July 2021
  • For each XXX in CSS, HTML, Javascript, XML: Over to the right is the Outline view. This shows a list of functions and classes defined in this file. By default, they are listed in the same o
    17 KB (2,981 words) - 16:00, 5 May 2022
  • * MOBILE-1084 - JavaScript is Shows in the course * MOBILE-955 - Make $mmSite WS functions work seemless with local_mobile
    13 KB (1,992 words) - 11:16, 1 June 2022
  • ...an) other compiled languages such as C++, but '''many times faster''' than JavaScript. All the different functions to be handled neatly in different classes that would provide clear modulari
    15 KB (2,540 words) - 09:46, 3 April 2009
  • ...he node.js-based etherpad-lite for synchronous document collaboration. And javascript has some of the same hacker-friendliness that PHP has. Don't use depreciates functions : exemple : '''split''' (it's '''explode''' or '''preg_split''')
    22 KB (3,595 words) - 13:17, 9 August 2021
  • ...on for developers wishing to make use of web services. Lots of web service functions are being implemented. See the [https://docs.moodle.org/dev/Web_services_Ro ...t it to have one of these grading thingies, can I make that work with some javascript?<br />
    44 KB (7,476 words) - 13:22, 14 July 2021
  • | there are a lot of functions in course lib that are moved to renderer | A lot of corporate / educational proxies have been known to block external Javascript.
    47 KB (7,225 words) - 13:22, 14 July 2021
  • | they don't all use the api functions | https://tracker.moodle.org/browse/MDL-41535 - POLICY: A non-javascript fallback is not required for new features provided that WCAG 2 AAA is met.V
    103 KB (15,010 words) - 13:23, 14 July 2021