The quicktag tag has no wiki summary.
0
votes
1answer
11 views
Quicktags on all textarea.. Not working on plugin?
I want to put a couple of quicktags/buttons on a textarea which is outputted by a plugin called user submitted posts. I have given this textarea an unique id and read this on the Quicktags ...
0
votes
1answer
43 views
Get the More QuickTag button back
I can't work out how to add the WP quicktag button back into the editor, I have customized the editor as below:
function gimko_format_tiny_mce($in) {
$in['remove_linebreaks']=false;
...
-1
votes
1answer
81 views
Quicktag insert multiple lines
I use the Editor Quicktag Buttons to store special things like this example below is used to store the DIV's to make Columns on my theme.
I need help, I want to modify the snippet below so that it ...
2
votes
1answer
403 views
Use quicktags toolbar on any textarea
reading the quicktags.dev.js i see in the comments
* Run quicktags(settings) to initialize it, where settings is an object containing up to 3 properties:
* settings = {
* id : 'my_id', ...
0
votes
1answer
118 views
Remove default quicktags
I only want to display a subset of the buttons on the html editor button bar. What is the proper way to remove some of the quicktags? For intance I don't want it to offer "proofread".
1
vote
2answers
138 views
functional quicktag
I want to add quicktags that do more than just add markup. For instance, I would like to add a quicktag to run a function do apply a js regex on the page content. How can I add a quicktag that ...
0
votes
2answers
119 views
plugin to hide selection of text from post from frontpage
is there any plugin that will add new quicktag, says:
[hidetext]some text to hide[/hidetext]
and any text inside those tag is hidden from frontpage/archive/etc. It only shown on single post page.
0
votes
1answer
177 views
Prepending character(s) to a custom <!--more--> tag title?
I'm hacking around with a blog using Cordobo Green Park and I've noticed when I specify a custom title, instead of it beginning with a » symbol (as it does for the standard "» Read more: ...
6
votes
2answers
305 views
How set defaults on wpLink()
With WP 3.2, WordPress maybe has a new function to add Link-Quicktags to the editor. But I found an function to set defaults for the link-button:
Take a look at wplink.js Line 278.
...