<html>
<head>
<title>Kendo UI Popup editor faults</title>
<meta name="description" content="Popup editor not appearing after cancel, data not saving as expected">
<meta charset="utf-8">
<title>Untitled</title>
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2018.2.516/styles/kendo.common.min.css">
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2018.2.516/styles/kendo.rtl.min.css">
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2018.2.516/styles/kendo.default.min.css">
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2018.2.516/styles/kendo.mobile.all.min.css">
<script src="https://code.jquery.com/jquery-1.12.3.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2018.2.516/js/jszip.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2018.2.516/js/kendo.all.min.js"></script>
<style>
.k-edit-form-container > div.row {
margin: 0;
}
</style>
</head>
<body>
<div class="container body-container">
<div class="card">
<div class="card-header">
<h4 class="card-title">
Active Community
</h4>
</div>
<div id="Measures"></div>
</div>
</div>
<script id="popup_editor" type="text/x-kendo-template">
<div class="row">
<div class="col-3">
<div><label class="control-label float-right" for="Performance_Measures___Targets">Performance Measures & Targets</label></div>
</div>
<div class="col-7">
<div data-bind="text: target"></div>
</div>
</div>
<div class="row">
<div class="col-3">
<div><label class="control-label float-right" for="Year_to_date_progress_and_next_steps">Year to date progress and next steps</label></div>
</div>
<div class="col-7">
<textarea class="form-control"
cols="20"
rows="2"
name="progress"
data-bind="value:progress"
data-value-field="progress"
data-text-field="progress"></textarea>
</div>
</div>
<div class="row">
<div class="col-3">
<div><label class="control-label float-right" for="Status">Status</label></div>
</div>
<div class="col-7">
<select style="width: 100%;"
data-role="dropdownlist"
data-text-field="text"
data-value-field="value"
data-bind="value:measureStatusId, source:measureStatuses"></select>
</div>
</div>
</script>
</body>
</html>
Output
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |