Changeset 329:0ff0593a8882 for inc
- Timestamp:
- 06/03/11 11:48:02 (14 years ago)
- Branch:
- wysiwyg
- Location:
- inc/admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/class.dc.toolbar.php
r326 r329 76 76 $res = "dcToolBar = new dcToolBar();\n"; 77 77 78 $this->core->callBehavior('adminToolbar',$this); 79 78 80 foreach ($this->toolbars as $formatter => $options) { 79 81 $s = $options['settings']; -
inc/admin/lib.dc.page.php
r327 r329 565 565 'convert_newlines_to_brs' => 'true', 566 566 'paste_auto_cleanup_on_paste' => 'true', 567 'formats' => '{underline: {inline: "ins"},strikethrough: {inline: "del"},inlinecode: {inline: "code"},quote: {inline: "q"}}', 568 'post_url_pattern' => $GLOBALS['core']->blog->getQMarkURL().$GLOBALS['core']->url->getBase('post') 567 'formats' => '{underline: {inline: "ins"},strikethrough: {inline: "del"},inlinecode: {inline: "code"},quote: {inline: "q"}}' 569 568 )); 570 569 $tb->addPlugins('xhtml',array( … … 572 571 'paste' => true, 573 572 'searchreplace' => true, 574 'dcControls' => true, 575 'dcTags' => false 573 'dcControls' => true 576 574 )); 577 575 $tb->addButtons('xhtml',array( … … 618 616 3 => array( 619 617 'link', 620 'postlink',621 'medialink',622 'separator',623 618 'unlink', 619 'separator', 620 'media', 624 621 'separator', 625 622 'hr', … … 656 653 'paste' => true, 657 654 'searchreplace' => true, 658 'dcControls' => true, 659 'dcTags' => false 655 'dcControls' => true 660 656 )); 661 657 $tb->addButtons('wiki',array(
Note: See TracChangeset
for help on using the changeset viewer.