From 8dcd691697b7187a79985b3fa2d2fafb6bdfb150 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=CC=88rn=20Zaefferer?=
Date: Thu, 29 Oct 2015 14:11:23 +0100
Subject: [PATCH] ThemeRoller: Add checkboxradio and controlgroup demos
Fixes #278
---
app/src/themeroller.js | 8 ++++++--
template/themeroller/demo.html | 17 +++++++++++++++++
2 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/app/src/themeroller.js b/app/src/themeroller.js
index 7040a456..6f2463cd 100644
--- a/app/src/themeroller.js
+++ b/app/src/themeroller.js
@@ -600,9 +600,13 @@
source: [ "c++", "java", "php", "coldfusion", "javascript", "asp", "ruby", "python", "c", "scala", "groovy", "haskell", "perl" ]
});
- // Button
$( "#button" ).button();
- $( "#radioset").buttonset();
+ $( "#button-icon" ).button({
+ icon: "ui-icon-gear",
+ showLabel: false
+ });
+ $( "#radioset input").checkboxradio();
+ $( "#controlgroup").controlgroup();
// Tabs
$( "#tabs" ).tabs();
diff --git a/template/themeroller/demo.html b/template/themeroller/demo.html
index 8db0bd48..02c9282c 100644
--- a/template/themeroller/demo.html
+++ b/template/themeroller/demo.html
@@ -62,6 +62,11 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+