Textarea with buttons for format text and smiles
Place for comments, problems, questions, or any issue related to the JavaScript / PHP scripts from this site.
-
JanMolendijk
- Posts: 176
- Location: Holland Rotterdam
Textarea with buttons for format text and smiles
I`m a bit furter with my comment + badword-filter & hashtag-system
But my problem I can`t see the bbcode I only see HTML tags into my textarea
This seems not to work in my script
// Textarea with buttons for format text and smiles -
coursesweb.net/javascript/texarea-buttons-format-text-colors-smiles_s2
Code: Select all
// To add HTML tags instead of BbCode, replace "bbcode" with "html"
var tagtype = 'bbcode';
What Can I do or what more details you want ????
Admin
In the archive with that JS script there is a file form.html. In that file there are instructions and a demo with textarea and bbcode.
Open that file and you'll see the script it works.
Maybe the problem is from other JS script in your page that interferes with the textarea bbcode script.
See in the browser console if there are JavaScript errors and try to fix them.
Similar Topics
-
Adding smilies in Texarea with buttons for format text and smiles
Scripts from this website
First post
Dear admin I try to add more smilies but it seems I do something wrong.
I use the JS script from:...
Last post
Thank you so mutch its working now
-
Adding smilies in Textarea for format smiles
Scripts from this website
First post
I`m busy with updating my comment-system, I use a option for smilies in the JS script from:...
Last post
Thanks for the support strange but the stickers seems now working fine
I added more stickers first it was not working but few hours later it did...
-
Adding smiles by click into textarea
JavaScript - jQuery - Ajax
First post
I have this textarea
<textarea name= details rows= 5 cols= 50 class= form-control ></textarea>
Now i have a page with all smilies &...
Last post
Admin you thought off everything great work
i added it & is working thanks
-
Adding jquery script to two buttons
JavaScript - jQuery - Ajax
First post
Dear admin I try to add two buttons in one off your scripts for opening via button
but i cant find out what i`m doing wrong one is opening but...
Last post
Hello,
There is no attribute id_1 . You can change the value of an atribute, but not its name.
You can use the same js script for multiple buttons;...
-
Get and split in php text from text-file
PHP - MySQL
First post
Dear Admin i`m back again with something new...
How can i show into a php document text from an text-file ?
i have this code into the text file...
Last post
Hello,
You can use file_get_contents() to get a string with file data.
Then, with explode() you can split that string by the separator you want,...