11
Mithrandir
Re: New wysiwyg Editor for xoops needs testers

Just did.

Doesn't work

The text area doesn't seem to accept being a text area and no text is displayed just as it is not possible to write in it - unless you "toggle" it to text, in which case it is not possible to toggle back.

12
samuels
Re: New wysiwyg Editor for xoops needs testers
  • 2004/6/23 21:31

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


Opera has a strict w3c dom implementation, wysiwyg functions aren't standar so opera doesn't support it.

The responsability, Microsoft...
Microsoft decided to extend the standars to make a "user-friendly" browser and in addition to propagate web's only compatible with their browser (They tried to do the same with java).

And gecko browsers followed Microsoft extending some dom standars.

Myth about javascript function on imagemanager don't worry I'm working on it.

13
samuels
Re: New wysiwyg Editor for xoops needs testers
  • 2004/6/27 11:45

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


New ver:
-Solved style problems
-Some bugs with tables solved
-Al iframes removed
-New colorpicker

14
migoe
Re: New wysiwyg Editor for xoops needs testers
  • 2004/6/27 14:13

  • migoe

  • Just popping in

  • Posts: 68

  • Since: 2003/4/2 9


Hi samuels,

will THIS be THE HTML-Editor in Xoops-Core or is it a "Try" of you?

Can you give us a little tutorial how it can integrate in some other modules?

I MUST say "Great work" and hope you will release a final or beta soon

migoe

15
samuels
Re: New wysiwyg Editor for xoops needs testers
  • 2004/6/27 23:00

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


It can be one of them. I have plans to make a class with new FCKEditor, somebody is working with HTMLArea and Spaw module is already implemented.

Perhaps this one will be default on XOOPS because is made from zero to fit XOOPS System.
On future XOOPS versions you'll choose between different editors.

The idea is to make a system like modules but with WYSIWYG editors. You'll be able to install/uninstall WYSIWYG editors and make toolbar presets for different modules and user groups, for example:

1-Spaw editor for submiting news with full toolbar for admins.

2-Koivi Editor with simple toolbar for submitting articles for registerd users.

3-Koivi Editor with full toolbar for FAQ for Amins & Example group...

We have to work a lot and it will take some time.

When I finish with Koivi_Editor testing i'll release a tutorial for implementing it.

16
snakes
Re: New wysiwyg Editor for xoops needs testers
  • 2004/8/16 13:51

  • snakes

  • Just popping in

  • Posts: 69

  • Since: 2004/8/8 0


Nice work !
I love this editor.
Just a suggestion, it would be cool that the wysiwyg_sections supports sub Sections

17
Kalobotz
Re: New wysiwyg Editor for xoops needs testers
  • 2004/9/10 0:57

  • Kalobotz

  • Not too shy to talk

  • Posts: 133

  • Since: 2004/5/26


Loads quickly in Netscape and IE. Solid look.

Anchor tags would be good. The dropdown windows don’t seem to close when clicking off of them.

Would an image by module up-loader, such as images from MyAlbum, be good for the XOOPS up-loder; similar to SPAW? Maybe a separate button for “module images.”

Is this safer from HTML attack then SPAW?

I was trying to put it in MyReviews and here is the code No textbox shows up at all.

echo "<input type="hidden" name="lid" value="$lid">";

include 
XOOPS_ROOT_PATH "/class/xoopsformloader.php";
    include 
XOOPS_ROOT_PATH modules/wysiwyg_sections/wysiwyg/formwysiwygtextarea.php";

    
$wysiwyg_text_area= new XoopsFormWysiwygTextArea( _MD_CONTENTC, 'review', $review , '100%', '400px','');
    
$wysiwyg_text_area->setUrl("http://mysite.com/XoopsTest/modules/wysiwyg_sections/wysiwyg");
    
$sform->addElement$wysiwyg_text_area );
    
    
//$sform->addElement(new XoopsFormHidden('artid',$artid));
    //$sform->addElement(new XoopsFormHidden('op','secartchange'));
    //$button_tray = new XoopsFormElementTray( '', '' );
    //$button_tray->addElement( new XoopsFormButton( '', 'submit',       //_MD_SAVECHANGES, 'submit' ) );
    //$sform->addElement( $button_tray );

    
$sform->display();

    echo 
"<br><br><input type="submit" name="submit1" value=""._MD_REVIEWEDITIT.""n>";
    echo 
"&nbsp;<input type="submit" name="delete" value=""._MD_DELETE.""n>";
    echo 
"&nbsp;<input type="button" value=""._MD_CANCEL."" onclick="javascript:history.go(-1)">n";
    echo 
"</form>";


Am I missing a config include for the XOOPS_ROOT_PATH?


18
samuels
Re: New wysiwyg Editor for xoops needs testers
  • 2004/9/10 7:50

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


All seems to be ok, perhaps the include must be:

include XOOPS_ROOT_PATH ."/ modules/wysiwyg_sections/wysiwyg/formwysiwygtextarea.php";

19
irmtfan
Re: New wysiwyg Editor for xoops needs testers
  • 2004/9/10 8:33

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


very nice
is compatible this editor for newbb in the plan or not?
is there any hack files? or code? available
thanks for your great work

Login

Who's Online

152 user(s) are online (97 user(s) are browsing Support Forums)


Members: 0


Guests: 152


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits