Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View andybala2020's full-sized avatar

andy andybala2020

  • Bangalore, India
View GitHub Profile
@andybala2020
andybala2020 / kendoSurvey.html
Last active December 12, 2016 05:22
Survey Sample
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Kendo RoadTrip Sample Survey Form for Rollbase</title>
<!-- Bootstrap -->
@andybala2020
andybala2020 / BootStrap_Survey_Example.html
Created December 30, 2016 05:37
Survey Page using Bootstrap for rollbase portal
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Kendo RoadTrip Sample Survey Form for Rollbase</title>
<!-- Bootstrap -->
@andybala2020
andybala2020 / KendoUI_Survey_Example.html
Created December 30, 2016 08:14
KendoUI Survey Example for Rollbase
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Progress Exchange Mumbai - Feedback</title>
<link rel="stylesheet" href="http://progress.telerik-web-assets.com/css/style.css">
<link rel="stylesheet" href="http://kendo.cdn.telerik.com/2016.3.1118/styles/kendo.common.min.css">
<link rel="stylesheet" href="http://kendo.cdn.telerik.com/2016.3.1118/styles/kendo.rtl.min.css">
<link rel="stylesheet" href="http://kendo.cdn.telerik.com/2016.3.1118/styles/kendo.default.min.css">
@andybala2020
andybala2020 / Kendo_Rollbase_Script
Created December 30, 2016 08:38
KendoUI Survey For Rollbase Script
<script>
function callback(arr) {
for (var k=0; k<arr.length; k++) {
alert("===>" + arr[k]);
}}
var viewModel = kendo.observable({
name: "",
designation: "",
company: "",