Mike_J8
Posts: 4
|
| Posted: 03/03/2008, 8:38 PM |
|
Could someone please give me a brief step by step on how to implement wysiwygPro 3 in CCS4? I've been able to incorporate other things into CCS4 but I've been working with these and just cannot get this working. I know there are some who love the FCKeditor but my question is about wysiwygPro 3.
Thank you!
|
 |
 |
afidegnum
Posts: 16
|
| Posted: 03/04/2008, 6:46 AM |
|
Hello Mike,
I wen to the site of wysiwygPro 3, and i have noticed, it required for wordpress to be installed before it can work. have you incorporated it into CCS 4?
|
 |
 |
datadoit
|
| Posted: 03/04/2008, 8:22 AM |
|
In the pre-FCKeditor days (v2.3- of CCS), we had no issues using Wysiwyg
Pro. See this article:
http://www.gotocode.com/art.asp?art_id=219&
|
|
|
 |
Mike_J8
Posts: 4
|
| Posted: 03/04/2008, 10:24 AM |
|
afidegnum: " i have noticed, it required for wordpress"
It requires wordpress if you use the wordpress plugin. The core library does not require wordpress.
datadoit: the article referenced is using CCS 2.3 with 'htmlArea' from interactivetools.com, not wysiwygPro 3. I appreciate the reference but there are better outdated examples on this forum and the code used is totally different. I realize the concept is generally the same but generally isn't cutting it for me.
If anyone can please provide a brief example of CodeCharge Studio 4 w/ wysiwygPro 3 it would be most appreciated.
|
 |
 |
datadoit
|
| Posted: 03/04/2008, 12:56 PM |
|
More info here.
http://forums.codecharge.com/posts.php?post_id=76282&s_keyword=wysiwyg+pro
|
|
|
 |
Mike_J8
Posts: 4
|
| Posted: 03/04/2008, 5:21 PM |
|
> More info here.
I am aware of that post. It is outdated on at least one account... It is using the deprecated wysiwygPro 2 interface and the code is incomplete, even at that. I tried using the stuff from that post but could not get anything remotely working. I've gone another route using $Tpl replacment code and I have it "working" now... at least so far as it displaying the HTML editor. The two things I need to figure out still are
1) Loading the value from the database. I am using the Page_BeforeShow event and calling
$datWP1Editor->value = $datWP1->Notes_1->GetValue();
where datWP1 is the name of the Record on the editor's HTML page but the data value is not there.... just comes up blank even though there is data in the database and
2) How to save the edited HTML back to the database
If I can get these working I'll post my code to the thread for either critique or to help others get this working.
|
 |
 |
feha
Posts: 712
|
| Posted: 03/05/2008, 11:37 AM |
|
I will be making some tutorial one day, when I have time (can't promis when ...).
I'm using it in CCS3.2 and CCS4 without problems.
_________________
Regards
feha
www.vision.to
feedpixel.com |
 |
 |
Mike_J8
Posts: 4
|
| Posted: 03/05/2008, 6:34 PM |
|
That's nice that this will be written up but it doesn't solve my original question or the two remaining issues I have.
If you could post some detail on how you are using it I would appreciate it. Specifically, what code loads the database HTML and how are results posted back to the database?
Thank you
|
 |
 |