One way to customize specific page in your theme is to override a renderer. This post will show you an example of how to do this.
Source: Overriding a Renderer
One way to customize specific page in your theme is to override a renderer. This post will show you an example of how to do this.
Source: Overriding a Renderer
Simple plugin implementing a personal ToDo list on the user’s Moodle dashboard.
The main purpose of this plugin is to demonstrate usage of advanced coding techniques available in recent Moodle versions. Most notably:
- Rendering HTML output via Mustache templates
- AJAX based workflow of the elementary CRUD operations.
- Organising JS into AMD modules.
- Organising external functions into traits.
- Low-level access to the database via persistent models.
- Using exporters for handling the data structures in rendering and AJAX.
In broad terms, rendering is a method that takes a set of instructions and produces digital visualizations of objects. We owe the current landscape of computer-animated movies and special effects t…
מקור: What Is A Moodle Renderer? Let This 5-Part Primer Explain | Moodle News
Alicia Wallace of the United Kingdom has created a renderer file with a custom CSS file for Moodle 2 that changes the look and feel of the frontpage. Here’s the renderer in action on the frontpage of Hartpury College’s Moodle site.
“הפרוייקט עליו אני עובדת לאחרונה, הוא במוודל.
יצא לי לעבוד במוודל לפני כשנתיים-שלוש, בגרסה 1.9. כעת מוודל הוא בגרסה 2.4, וההבדל הוא משמעותי, כי במעבר מ-1.x ל-2, המוודל עבר שיפוץ רציני. כתוצאה מכך, הרבה יותר קל ונוח להתמצא בקוד, וכמו”כ יש דברים שהרבה יותר קל לעשות מאשר קודם.
בפוסט הזה, ואולי גם בכמה פוסטים עתידיים, אספר קצת על חוויותי במוודל, גם כדי לשתף (אם כי אינני יודעת כמה מכם משתמשים במוודל), אבל גם כדי שיהיה לי תיעוד למקרה שארצה להזכר בזה מתישהו . אז קדימה.” לאה כהן, אורט.
המשך קריאת הפרסום המלא ב-איך להחליף חיצים ימינה ושמאלה בתבנית במוודל | ליקוטי שיבולים.