View Kendo_Rollbase_Script
<script> | |
function callback(arr) { | |
for (var k=0; k<arr.length; k++) { | |
alert("===>" + arr[k]); | |
}} | |
var viewModel = kendo.observable({ | |
name: "", | |
designation: "", | |
company: "", |
View KendoUI_Survey_Example.html
<!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"> |
View BootStrap_Survey_Example.html
<!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 --> |
View kendoSurvey.html
<!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 --> |