Sha256: e2286ae5dea57b7f78eca0845a3002360781bc7b0fb13f8d733c38e3d2ef29bc

Contents?: true

Size: 1.51 KB

Versions: 205

Compression:

Stored size: 1.51 KB

Contents

<!DOCTYPE html>
<html lang="en" ng-app="summernoteDemo">
<head>
  <title>Angular-summernote fontstyle Plugin Demo</title>

  <!--summernote dependencies-->
  <script src="components/jquery/dist/jquery.min.js"></script>
  <link rel="stylesheet" href="components/bootstrap/dist/css/bootstrap.min.css">
  <script src="components/bootstrap/dist/js/bootstrap.min.js"></script>
  <link rel="stylesheet" href="components/font-awesome/css/font-awesome.min.css">

  <!--summernote-->
  <link rel="stylesheet" href="components/summernote/dist/summernote.css" />
  <script src="components/summernote/dist/summernote.js"></script>
  <script src="components/summernote/plugin/summernote-ext-fontstyle.js"></script>

  <!--angular-summernote dependencies -->
  <script src="components/angular/angular.min.js"></script>
  <script src="../src/angular-summernote.js"></script>

  <style>
    body {
      margin: 10px 20px;
    }
  </style>
</head>
<body>
  <h1>angular-summernote</h1>
  <p>angular directive for <a href="http://hackerwins.github.io/summernote/">Summernote</a></p>

  <h2>summernote fontstyle-plugin</h2>
  <div ng-controller="OptCtrl">
    <summernote config="options"></summernote>
  </div>

  <script>
    angular.module('summernoteDemo', ['summernote'])
        .controller('OptCtrl', function($scope) {
          $scope.options = {
            toolbar: [
              ['style', ['strikethrough', 'superscript', 'subscript', 'clear']],
              ['fontsize', ['fontsize']]
            ]
          };
        });
  </script>
</body>
</html>

Version data entries

205 entries across 205 versions & 1 rubygems

Version Path
promethee-5.1.1 node_modules/angular-summernote/examples/fontstyle-plugin.html
promethee-5.1.0 node_modules/angular-summernote/examples/fontstyle-plugin.html
promethee-5.0.2 node_modules/angular-summernote/examples/fontstyle-plugin.html
promethee-5.0.1 node_modules/angular-summernote/examples/fontstyle-plugin.html
promethee-5.0.0 node_modules/angular-summernote/examples/fontstyle-plugin.html
promethee-4.1.28 node_modules/angular-summernote/examples/fontstyle-plugin.html
promethee-4.1.27 node_modules/angular-summernote/examples/fontstyle-plugin.html
promethee-4.1.26 node_modules/angular-summernote/examples/fontstyle-plugin.html
promethee-4.1.25 node_modules/angular-summernote/examples/fontstyle-plugin.html
promethee-4.1.24 node_modules/angular-summernote/examples/fontstyle-plugin.html
promethee-4.1.23 node_modules/angular-summernote/examples/fontstyle-plugin.html
promethee-4.1.22 node_modules/angular-summernote/examples/fontstyle-plugin.html
promethee-4.1.21 node_modules/angular-summernote/examples/fontstyle-plugin.html
promethee-4.1.20 node_modules/angular-summernote/examples/fontstyle-plugin.html
promethee-4.1.19 node_modules/angular-summernote/examples/fontstyle-plugin.html
promethee-4.1.18 node_modules/angular-summernote/examples/fontstyle-plugin.html
promethee-4.1.17 node_modules/angular-summernote/examples/fontstyle-plugin.html
promethee-4.1.16 node_modules/angular-summernote/examples/fontstyle-plugin.html
promethee-4.1.15 node_modules/angular-summernote/examples/fontstyle-plugin.html
promethee-4.1.14 node_modules/angular-summernote/examples/fontstyle-plugin.html