Skip to content

Instantly share code, notes, and snippets.

View vadimdemedes's full-sized avatar
🇺🇦

Vadim Demedes vadimdemedes

🇺🇦
View GitHub Profile
<script src="//cdn.getchute.com/v1/chute.min.js" data-load="mediachooser"></script>
Chute.MediaChooser.choose(function(urls, data){
// urls is an array of direct media URLs
// data array contains additional information about media, like dimensions
});
view.collection.on('load', function(){
// new data loaded
});
view.collection.on('page', function(){
// switched to another page
});
// Switching to the next page
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Example view</title>
<script src="//code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="//s3.amazonaws.com/cdn.getchute.com/chute-js/v1/chute.min.js" data-load="view"></script>
<script class="editor-template" type="application/x-template">
<div class="editor-view">
<textarea></textarea>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Example view</title>
<script src="//code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="//s3.amazonaws.com/cdn.getchute.com/chute-js/v1/chute.min.js" data-load="view"></script>
<script class="editor-template" type="application/x-template">
<div class="editor-view">
<textarea></textarea>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Example view</title>
<script src="//code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="//s3.amazonaws.com/cdn.getchute.com/chute-js/v1/chute.min.js" data-load="view"></script>
<script class="editor-template" type="application/x-template">
<div class="editor-view">
<textarea></textarea>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Example view</title>
<script src="//code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="//s3.amazonaws.com/cdn.getchute.com/chute-js/v1/chute.min.js" data-load="view"></script>
<script class="editor-template" type="application/x-template">
<div class="editor-view">
<textarea></textarea>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Example view</title>
<script src="//code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="//cdn.getchute.com/v1/chute.min.js" data-load="view"></script>
</head>
<body>
</body>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Example view</title>
<script src="//code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="//s3.amazonaws.com/cdn.getchute.com/chute-js/v1/chute.min.js" data-load="view"></script>
</head>
<body>
</body>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Example view</title>
<script src="//code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="//s3.amazonaws.com/cdn.getchute.com/chute-js/v1/chute.min.js" data-load="view"></script>
<script>
Chute.ready(function(){
// View component loaded