This commit is contained in:
khaydarov 2016-07-02 18:37:10 +03:00
commit 2f2f508659
6 changed files with 230 additions and 51 deletions

View file

@ -20,9 +20,11 @@
font-size: 2em;
}
</style>
<link rel="stylesheet" href="plugins/ceditor-tool-link.css" />
<link rel="stylesheet" href="plugins/ceditor-tool-link/ceditor-tool-link.css" />
<link rel="stylesheet" href="plugins/ceditor-tool-quote/ceditor-tool-quote.css" />
<link rel="stylesheet" href="plugins/images/plugin.css" />
</head>
<body style="padding: 100px">
@ -168,7 +170,7 @@
link : {
'linkUrl' : 'http://google.com',
'linkText' : 'google.com',
'image' : 'http://i1.kym-cdn.com/photos/images/facebook/000/002/110/longcat.jpg',
'image' : 'http://2.bp.blogspot.com/-7bZ5EziliZQ/VynIS9F7OAI/AAAAAAAASQ0/BJFntXCAntstZe6hQuo5KTrhi5Dyz9yHgCK4B/s1600/googlelogo_color_200x200.png',
'title' : 'Google',
'description' : 'Поисковик, поисковик, проч.'
}
@ -268,6 +270,6 @@
</script>
<script src="plugins/ceditor-tool-link.js"></script>
<script src="plugins/ceditor-tool-link/ceditor-tool-link.js"></script>
<script src="plugins/ceditor-tool-quote/ceditor-tool-quote.js"></script>
<script src="plugins/images/plugin.js"></script>