English Personal ramblings about Graphic, Webdesign, Inspiration. Adobe & WP
Czech Písání o Grafice, Webdesignu, Inspirace. Adobe & WP

Quicktags Guide – úprava HTML editoru

WordPress Quicktags Guide - Usnadněte si práci v HTML editoru WordPressu, přidejte si vlastní definované Quicktagy, není to nějak složité.

WordPress Quicktags Guide - Make editing your WordPress Weblog even easier. Quicktags are those useful one-click buttons that insert code for you, now the good news is that you can add to this quicktags list should you use a lot of tags that are not already there, and here is how.

Quicktags

Od verze 2.0 najdete soubor quicktags.js v adresáři /wp-includes/js/. Pravým tlačítkem otevřete tento soubor v Notepadu, PcPadu.

Hned na začátku souboru vidíte:

JavaScript:
  1. function edButton(id, display, tagStart, tagEnd, access, open) {
  2.     this.id = id;     // used to name the toolbar button
  3.     this.display = display;    // label on button
  4.     this.tagStart = tagStart;    // open tag
  5.     this.tagEnd = tagEnd;    // close tag
  6.     this.access = access;    // access key
  7.     this.open = open;    // set to -1 if tag does not need to be closed
  8.     }

Všechno co potřebujeme k vytvoření dalšího tlačítka vydíme v následující definici postupně vyplňte název tlačítka, otvírací a zavírací značku (pokud se jedná o párovou značku), zadejte klávesu jež v použití s klávesou Alt bude platit jako klávesová zkratka.

JavaScript:
  1. edButtons[edButtons.length] = new edButton('ed_strong'
  2.     ,'strong'
  3.     ,'<strong>'
  4.     ,'</strong>'
  5.     ,'b'
  6.     );

Share and Enjoy:

  • Digg
  • del.icio.us
  • Facebook
  • FriendFeed
  • Google Bookmarks
  • Live
  • LinkedIn
  • Mixx
  • MySpace
  • Netvouz
  • Ping.fm
  • SphereIt
  • StumbleUpon
  • Technorati
  • Twitter
9. 7. 2007 16.00
This entry was posted on Monday, July 9th, 2007 at 16.00 and is filed under Tips, Wordpress. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.
If you like this post, you can grab our RSS or you can subscribe by Email.
Similar Posts:

Comments are closed.


Top Phire Base (C) 2002-2010 | WPWebHost | Sitemap
WordPress 52 queries. 1.119 seconds.