CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 WysiwygPro

Print topic Send  topic

Author Message
Anothersledhead


Posts: 44
Posted: 06/22/2004, 1:08 PM

Does anyone have experience integrating the WysiwygPro html editor http://www.wysiwygpro.com/ into a CCS project? Their editor seems reasonably priced and appears to work well. Are there any other cross browser / os compliant editors out there that are worth anything?
View profile  Send private message
klwillis


Posts: 428
Posted: 06/22/2004, 2:06 PM

Macromedia DreamWeaver MX works beautifully!. :-)

I highly recommend it.


_________________
Kevin Willis, VP/CIO
HealthCare Information Technology Specialist
http://www.nexushealthcare.com
"Fast - Convenient - Quality-Care"

Medical Software Consulting Services
Email : klwillis@nexushealthcare.com
Skype : klwillis2006
View profile  Send private message
Damian
Posted: 06/24/2004, 4:27 AM

I had a look at the web site - it looks good. I dont think you should have
any issues with it, but I would also like to hear from someone who is using
it.

Damian



"Anothersledhead" <Anothersledhead@forum.codecharge> wrote in message
news:540d891cc988cb@news.codecharge.com...
> Does anyone have experience integrating the WysiwygPro html editor
> http://www.wysiwygpro.com/ into a CCS project? Their editor seems
reasonably
> priced and appears to work well. Are there any other cross browser / os
> compliant editors out there that are worth anything?
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>

klwillis


Posts: 428
Posted: 06/25/2004, 2:38 PM

Now I see what you're looking for ... looks like a good product. :-)

I'm looking for a PHP script that will simply display both
WORD and PDF documents within a webpage.

Does anyone know of any packages out there that will do this?

_________________
Kevin Willis, VP/CIO
HealthCare Information Technology Specialist
http://www.nexushealthcare.com
"Fast - Convenient - Quality-Care"

Medical Software Consulting Services
Email : klwillis@nexushealthcare.com
Skype : klwillis2006
View profile  Send private message
Anothersledhead


Posts: 44
Posted: 06/28/2004, 10:38 AM

I have been working on the integration of the editor for a couple of days now. I can get the editor to work in an external popup window similar to the fullsize editor of the HTMLAREA editor. I am still having trouble replacing a textarea within a page. I am outputting the editor to a variable and then calling that variable on my page to no avail. Below is the code that they use to call the editor. I have the code in the before show event of the page and I am calling the code in the before show event of the label I am using to replace the text area. Any help or suggestions would be appreciated.

include_once (‘editor_files/config.php’);
include_once (‘editor_files/editor_class.php’);

$editor = new wysiwygPro();

// give the editor a name (this will be the key in the $_POST array when you go to retrieve the code from a form post)
$editor->set_name('content');

// set the html to be edited
$editor->set_code($html);

// return code to display the editor into a variable
$editorCode = $editor->return_editor(700, 400);


You would then display $editorCode in your HTML template instead of the textarea.

You also need to add a JavaScript onsubmit handler to your <form> tag: <FORM onSubmit="submit_form()">
View profile  Send private message
Anothersledhead


Posts: 44
Posted: 06/29/2004, 3:18 PM

Things are working now. Although a bit challeging to integrate I would recommend this editor. When I get time I will post instructions on its integration. :-)
View profile  Send private message
Damian
Posted: 07/08/2004, 7:08 AM

Any chance of posting those instructions?

"Anothersledhead" <Anothersledhead@forum.codecharge> wrote in message
news:540e1eaaecc616@news.codecharge.com...
> Things are working now. Although a bit challeging to integrate I would
> recommend this editor. When I get time I will post instructions on its
> integration. :-)
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>

Anothersledhead


Posts: 44
Posted: 07/12/2004, 7:16 PM

As promised I now have instructions on how to integrate WYSIWYG Pro. Follow the link below for the instructions. If you have any questions post them on the forum and I will try to answer them.

http://activewebdesign.org/wysiwygpro/default.php
View profile  Send private message
Robert Little
Posted: 07/13/2004, 3:35 PM

FCKeditor is free!
http://www.fckeditor.net

This HTML text editor brings to the web many of the powerful functionalities of known desktop editors like Word. It's really lightweight and doesn't require any kind of installation in the client computer.
As it is Open Source, you are allowed to use it for free wherever you want.


Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.