Sandboxed iframe for the whiteboard app

This commit is contained in:
yflory
2017-09-19 10:27:31 +02:00
parent a78b597ebb
commit 732585ea7b
13 changed files with 1368 additions and 527 deletions

View File

@@ -182,11 +182,18 @@ define([
break;
case 'more':
button = $('<button>', {
title: Messages.moreActions || 'TODO',
title: Messages.moreActions,
'class': "cp-toolbar-drawer-button fa fa-ellipsis-h",
style: 'font:'+size+' FontAwesome'
});
break;
case 'savetodrive':
button = $('<button>', {
'class': 'fa fa-cloud-upload',
title: Messages.canvas_saveToDrive,
})
.click(common.prepareFeedback(type));
break;
default:
button = $('<button>', {
'class': "fa fa-question",