Вход Регистрация
Файл: library/wysihtml5/src/commands/bold.js
Строк: 26
<?php
wysihtml5
.commands.bold = {
  
exec: function(composercommand) {
    return 
wysihtml5.commands.formatInline.exec(composercommand"b");
  },

  
state: function(composercommand) {
    
// element.ownerDocument.queryCommandState("bold") results:
    // firefox: only <b>
    // chrome:  <b>, <strong>, <h1>, <h2>, ...
    // ie:      <b>, <strong>
    // opera:   <b>, <strong>
    
return wysihtml5.commands.formatInline.state(composercommand"b");
  }
};
?>
Онлайн: 0
Реклама