Home
last modified time | relevance | path

Searched refs:Button (Results 1 – 25 of 57) sorted by relevance

123

/template/templar/js/
H A Dbootstrap-button.js29 var Button = function (element, options) { class
34 Button.prototype.setState = function (state) {
53 Button.prototype.toggle = function () {
74 if (!data) $this.data('button', (data = new Button(this, options)))
84 $.fn.button.Constructor = Button
/template/breeze/bower_components/gumby/sass/ui/
H A D_buttons.scss6 // Button structure
37 // Button Shapes & Sizes
71 // Button Colors & Styles
/template/breeze/sass/
H A D_buttons.scss6 // Button structure
37 // Button Shapes & Sizes
71 // Button Colors & Styles
/template/zero/
H A DUWEB.css2 * This stylesheet adds the Universal Wiki Edit Button log to the edit page button
/template/parallax/lib/languages/
H A Dda_DK.po998 msgid "Callout Button"
999 msgstr "Billedtekst Button"
1002 msgid "Callout Button Text"
1003 msgstr "Billedtekst Button Text"
1010 msgid "Callout Button URL"
1011 msgstr "Billedtekst Button URL"
1018 msgid "Button"
1019 msgstr "Brugerdefineret Billedtekst Button"
1030 msgid "Button Color"
1034 msgid "Button Text Color"
H A Dja_JP.po998 msgid "Callout Button"
1002 msgid "Callout Button Text"
1010 msgid "Callout Button URL"
1018 msgid "Button"
1030 msgid "Button Color"
1034 msgid "Button Text Color"
H A Dcyberchimps_core.pot971 msgid "Callout Button"
975 msgid "Callout Button Text"
983 msgid "Callout Button URL"
991 msgid "Button"
1003 msgid "Button Color"
1007 msgid "Button Text Color"
H A Dzh_CN.po998 msgid "Callout Button"
1002 msgid "Callout Button Text"
1010 msgid "Callout Button URL"
1018 msgid "Button"
1030 msgid "Button Color"
1034 msgid "Button Text Color"
H A Dhi_IN.po998 msgid "Callout Button"
1002 msgid "Callout Button Text"
1010 msgid "Callout Button URL"
1018 msgid "Button"
1030 msgid "Button Color"
1034 msgid "Button Text Color"
H A Dru_RU.po998 msgid "Callout Button"
1002 msgid "Callout Button Text"
1010 msgid "Callout Button URL"
1018 msgid "Button"
1030 msgid "Button Color"
1034 msgid "Button Text Color"
H A Duk_UA.po998 msgid "Callout Button"
1002 msgid "Callout Button Text"
1010 msgid "Callout Button URL"
1018 msgid "Button"
1030 msgid "Button Color"
1034 msgid "Button Text Color"
H A Dnb_NO.po998 msgid "Callout Button"
1002 msgid "Callout Button Text"
1010 msgid "Callout Button URL"
1018 msgid "Button"
1030 msgid "Button Color"
1034 msgid "Button Text Color"
H A Dfi_FI.po998 msgid "Callout Button"
1002 msgid "Callout Button Text"
1010 msgid "Callout Button URL"
1018 msgid "Button"
1030 msgid "Button Color"
1034 msgid "Button Text Color"
H A Did_ID.po998 msgid "Callout Button"
1002 msgid "Callout Button Text"
1010 msgid "Callout Button URL"
1018 msgid "Button"
1030 msgid "Button Color"
1034 msgid "Button Text Color"
/template/kkh/
H A DREADME.md22 * Style-Modifications for the [Button-Plugin](https://www.dokuwiki.org/plugin:button)
/template/quickjump/blueprint/plugins/buttons/
H A Dscreen.css54 /* Button colors
/template/usable/blueprint/plugins/buttons/
H A Dscreen.css54 /* Button colors
/template/flat/assets/js/
H A Dflat.js169 var Button = function (element, options) { class
171 this.options = $.extend({}, Button.DEFAULTS, options)
175 Button.VERSION = '3.3.2'
177 Button.DEFAULTS = {
181 Button.prototype.setState = function (state) {
205 Button.prototype.toggle = function () {
233 if (!data) $this.data('bs.button', (data = new Button(this, options)))
243 $.fn.button.Constructor = Button
/template/starterbootstrap/js/
H A Dbootstrap.js188 var Button = function (element, options) { class
190 this.options = $.extend({}, Button.DEFAULTS, options)
194 Button.VERSION = '3.3.0'
196 Button.DEFAULTS = {
200 Button.prototype.setState = function (state) {
224 Button.prototype.toggle = function () {
252 if (!data) $this.data('bs.button', (data = new Button(this, options)))
262 $.fn.button.Constructor = Button
/template/klean/bootstrap/js/
H A Dbootstrap.js189 var Button = function (element, options) { class
191 this.options = $.extend({}, Button.DEFAULTS, options)
195 Button.VERSION = '3.3.7'
197 Button.DEFAULTS = {
201 Button.prototype.setState = function (state) {
225 Button.prototype.toggle = function () {
257 if (!data) $this.data('bs.button', (data = new Button(this, options)))
267 $.fn.button.Constructor = Button
/template/kajukkk/bs/
H A Dbootstrap.js132 var Button = function (element, options) { class
134 this.options = $.extend({}, Button.DEFAULTS, options)
138 Button.VERSION = '3.3.7'
140 Button.DEFAULTS = {
144 Button.prototype.setState = function (state) {
168 Button.prototype.toggle = function () {
200 if (!data) $this.data('bs.button', (data = new Button(this, options)))
210 $.fn.button.Constructor = Button
/template/mywiki/
H A Dbootstrap.js189 var Button = function (element, options) { class
191 this.options = $.extend({}, Button.DEFAULTS, options)
195 Button.VERSION = '3.3.7'
197 Button.DEFAULTS = {
201 Button.prototype.setState = function (state) {
225 Button.prototype.toggle = function () {
257 if (!data) $this.data('bs.button', (data = new Button(this, options)))
267 $.fn.button.Constructor = Button
/template/argon-alt/assets/css/
H A Ddoku.scss77 // Edit Button
101 // Page Revisions Button
/template/argon/assets/css/
H A Ddoku.scss89 // Edit Button
103 // Page Revisions Button
/template/parallax/lib/bootstrap/js/
H A Dbootstrap.js185 var Button = function (element, options) { class
190 Button.prototype.setState = function (state) {
209 Button.prototype.toggle = function () {
230 if (!data) $this.data('button', (data = new Button(this, options)))
240 $.fn.button.Constructor = Button

123