This is a discussion on "BB Code - JavaScript Input thing... How?" within the JavaScript Forum section. This forum, and the thread "BB Code - JavaScript Input thing... How? are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
BB Code - JavaScript Input thing... How?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
BB Code - JavaScript Input thing... How?
OK, basically i want to create a somewhat simplified version of what forums have with their input.
For example when you press the URL button a box pops up and the B button adds [b] to the input box. Does anyone have a link to any articles on how to create this. |
|
|
|
|||
|
Re: BB Code - JavaScript Input thing... How?
Could you explain what you want in more detail please?
|
|
|||
|
Re: BB Code - JavaScript Input thing... How?
Look at the input panel around the input box when you start a new thread or post a reply. I need JavaScript to do that right? If so where exactly do i begin.
i.e. how do make it so that when the ¨b¨ button is pressed a appears in the input box, then when it pressed again a appears? |
|
|||
|
Re: BB Code - JavaScript Input thing... How?
a what appears in the box sorry?
|
|
|||
|
Re: BB Code - JavaScript Input thing... How?
Picture is attached in old style vb forums it didn't come with this word processor thing, it came with something simpler. When you pressed the "B" (Bold button) a BBCode [*B] would appear in your input box. When you press the "B" button again a[*/B] would appear to wrap your input in BBCode tags thus making your text bold.
I know how you create BBCode, thats easy enough, what i don't get is how you make the user interface. Which add's these tags. I really cannot make it much clearer than that. Last edited by JasonStanley; May 5th, 2007 at 09:38. |
|
|||
|
Re: BB Code - JavaScript Input thing... How?
Here's an example of how to do one yourself:
http://www.cstruter.com/replyblog.php?ContentID=45 And here's a free one for download: http://tinymce.moxiecode.com/example...p?example=true |
![]() |
| Tags |
| bb code, javascript, user interface |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A new simple way to make a image slider- Javascript Code | o0DarkEvil0o | JavaScript Forum | 1 | May 20th, 2008 01:37 |
| how can i use my javascript code with my asp.net page | skat | ASP.NET Forum | 8 | Mar 17th, 2008 02:57 |
| For all Javascript Coding Experts, can you break down this code? | BlackReef | JavaScript Forum | 12 | Dec 10th, 2007 01:04 |
| Help required with javascript code | trb1975 | JavaScript Forum | 1 | Oct 20th, 2006 21:16 |
| Javascript code ignored by Netscape/Firefox | commodorejim | JavaScript Forum | 2 | Oct 14th, 2006 10:13 |