Ask a Question related to HTML & CSS, Design and Development.
-
Leandro_Brazil #1
Rich Text Editor
Hi!
I know that exists many rich text editor on internet. But i want lear how to
do it.
I learn to do, but i?m not getting to aply the bold for example, in the
selected text. Look my example:
java script:
function InsereNegrito() {
document.getElementById("tuto_conteudo").value =
document.getElementById("tuto_conteudo").value + "<strong> </strong>";
}
html:
<a href="javascript:;" onclick="InsereNegrito();">N</a>
it?s function perfect and it?s crossbrowser, but I would like to learn how to
aply the bold in the selected text.
Someone? thanks.
Leandro_Brazil Guest
-
Rich Text Editor Options
I am working on a project that needs a Rich-Text Editor with ability to insert tables, images, and more complex editing features such as what... -
URL Function in Rich Text Editor
I have grabbed Philippe Maegerman's and am trying to adjust it to allow for the user to specify a url and apply it to the input text (like on the... -
Rich Text Editor in DW ?
Looking for a way to edit a MySQL db text field as RTF...is there an RTE extension / add in / whatever that will allow me to do that ? Thanks, Nick -
Rich Text Editor with POST?
I just downloaded the cross-browser rich text editor from Kevin Roth. http://www.kevinroth.com/rte/demo.htm Sample fo the html code: <!--... -
OT: Rich Text Box editor (IE object)
Hi, I am looking for a way to have a textbox, but with some rich text box type properties. Most importently, it should let a user create... -
d2burke #2
Rich Text Editor
The Rich Text Editor in Flex builder is really cool, but I cannot, for the life
of me, find a way to save notes taken inside the RTE to my computer. I would
like to be able to save as a .doc file to retain the formatting, but even a
..txt would be great for now.
I spoke to someone who suggested passing the string to a .php file and then
allowing the user to download it. Any ideas?
-Daniel
d2burke Guest
-
ntsiii #3
Re: Rich Text Editor
A Flex app, running in the Flash Player in a browser, is forbidden by security
constraints from accessing any client assets, like the local file system.
Period.
If you can run your Flex app under AIR instead, then you CAN acess the local
file system.
Tracy
ntsiii Guest
-
slaingod #4
Re: Rich Text Editor
As you mentioned, you would need to pass the data back to your web server, and
have it send the data back to you as a file attachment when you clicked your
'Save (Download)' button. That said, you may also need to massage the html to
be a little more standard, especially if you have used bullets and things like
that. I don't use php or I would give you an example of the server side save to
file/db/memory, then use apache send_file to return the results, which would
pop the Save as dialog.
slaingod Guest
-
d2burke #5
Re: Rich Text Editor
yeah, I suppose I can simply limit the options to things such as Underline and
Bold. I haven't played with AIR much...or Flex, really as a matter of fact.
I'm quite a newbie. It seems that the Flex/AIR software is the best way to
accomplish what I want to accomplish. Thanks for the input
d2burke Guest



Reply With Quote

