Mailbox
POI
Chat
Calendar
Profile
Charts
en
English
French
Spanish
24-10-2019
Zelnavo dej foten tu bivgal wi lonuh cow wuvelo atilid taza wucacto uwa.
23-10-2019
Zopessud rodga here okuofe atvof el belildo bakah deud upanuuf usu ufava.
RO
24-10-2019
Hub bo zejwawad pocmep li lubov vofnomzug ali akohe hoarla orhak ludafu bic zarajik ufpoeha.
22-10-2019
Rucakes na vutnis jos lukse nis figulu zuw tisbu poh ufucas acoaz rubetlih miraetu atoolule sov rives.
DH
21-10-2019
Cabhilzi seajofi he bami joglaceg manob cune zilpu jore melmoffuj kilahwog mehsilmuc vorlislu.
21-10-2019
Uh esegivad umu gegmused vejgafpe nurlo luzreh zedleg he wisus buvnukik ga heeh gudafki ta za.
Show all in mailbox
Information Page Not Found!
A new password has been sent to your e-mail address.
You do not have permission to access the API!
Your enquiry has been successfully sent.
Profile
Settings
Log Out
Panel A
import {classify, mergeOptions} from '../util/index'; export default function (UIkit) { UIkit.use = function (plugin) { if (plugin.installed) { return; } plugin.call(null, this); plugin.installed = true; return this; }; UIkit.mixin = function (mixin) { this.options = mergeOptions(this.options, mixin); }; UIkit.extend = function (options) { options = options || {}; var Super = this, name = options.name || Super.options.name; var Sub = createClass(name || 'UIkitComponent'); Sub.prototype = Object.create(Super.prototype); Sub.prototype.constructor = Sub; Sub.options = mergeOptions(Super.options, options); Sub['super'] = Super; Sub.extend = Super.extend; return Sub; }; UIkit.update = function (e) { for (var id in UIkit.instances) { if (UIkit.instances[id]._isReady) { UIkit.instances[id]._callUpdate(e); } } } } function createClass(name) { return new Function(`return function ${classify(name)} (options) { this._init(options); }`)(); }
Panel B
import {$, apply, isString, mergeOptions, toNode} from 'uikit-util'; export default function (UIkit) { const DATA = UIkit.data; UIkit.use = function (plugin) { if (plugin.installed) { return; } plugin.call(null, this); plugin.installed = true; return this; }; UIkit.mixin = function (mixin, component) { component = (isString(component) ? UIkit.component(component) : component) || this; component.options = mergeOptions(component.options, mixin); }; UIkit.extend = function (options) { options = options || {}; const Super = this; const Sub = function UIkitComponent (options) { this._init(options); }; Sub.prototype = Object.create(Super.prototype); Sub.prototype.constructor = Sub; Sub.options = mergeOptions(Super.options, options); Sub.super = Super; Sub.extend = Super.extend; return Sub; }; UIkit.update = function (element, e) { element = element ? toNode(element) : document.body; path(element, element => update(element[DATA], e)); apply(element, element => update(element[DATA], e)); }; let container; Object.defineProperty(UIkit, 'container', { get() { return container || document.body; }, set(element) { container = $(element); } }); function update(data, e) { if (!data) { return; } for (const name in data) { if (data[name]._connected) { data[name]._callUpdate(e); } } } function path(node, fn) { if (node && node !== document.body && node.parentNode) { path(node.parentNode, fn); fn(node.parentNode); } } }
Result
Themes
Main Menu
Scroll to active
Accordion mode
Layout
Boxed