Forum closed. New forum available at http://community.wymeditor.org/

Why interface change in 0.3?

Support forum for WYMeditor.

Why interface change in 0.3?

Postby sitespark on Sat Apr 28, 2007 12:38 am

Hi All,

I wanted to A) Congratulate you on your fast-progress to date, very excited to hear that my 2 latest choices for CMS integration (JQuery & WYM) have converged!
B) I wanted to enquire as to why you chose to drop the layout info above each TAG element for 0.3; H1, H2, etc (WinXP, FireFox 2.0.0.3)?

After fiddling with 0.3 I can see the improvements, but I felt it's less intuitive, at first glance, than 0.2 - my 2c:
- 'Containers' hidden (shouldnt 'classes' be hidden, and 'containers' shown?)
- No icons to denote TAG element.
- No preview icon
- No paste from Word icon

All this may just be because it's Alpha release :? , interested in yr feedback :) .

Also: would it be easy to integrate FCK upload interface from clicking on Image icon? As per: http://verens.com/archives/2006/04/10/u ... r-own-cms/

Thanks again,

Morgan
sitespark
 
Posts: 13
Joined: Tue Nov 21, 2006 8:59 am

Re: Why interface change in 0.3?

Postby jfh on Mon Apr 30, 2007 9:01 pm

sitespark wrote:I wanted to A) Congratulate you on your fast-progress to date, very excited to hear that my 2 latest choices for CMS integration (JQuery & WYM) have converged!

Thanks :)
sitespark wrote:B) I wanted to enquire as to why you chose to drop the layout info above each TAG element for 0.3; H1, H2, etc (WinXP, FireFox 2.0.0.3)?

Visual feedback hasn't been dropped - it's simply on the todo list ;)

sitespark wrote:After fiddling with 0.3 I can see the improvements, but I felt it's less intuitive, at first glance, than 0.2 - my 2c:
- 'Containers' hidden (shouldnt 'classes' be hidden, and 'containers' shown?)

OK. The skin system is still alpha, but it's quite easy to do that: in WYMeditor's options, put the following code:
Code: Select all
fPostInit: function(wym) {
  $j(wym._box).find(wym._options.sContainersSelector)
    .addClass("wym_panel")
    .removeClass("wym_dropdown");

   $j(wym._box).find(wym._options.sClassesSelector)
     .addClass("wym_dropdown")
     .find(sWYM_H2)
     .append("<span>&nbsp;&gt;</span>");
}

This code removes the class "wym_dropdown" from the containers panel and puts it on the classes panel.

sitespark wrote:- No icons to denote TAG element.

Please explain?

sitespark wrote:- No preview icon
- No paste from Word icon

On the todo list :)

sitespark wrote:Also: would it be easy to integrate FCK upload interface from clicking on Image icon? As per: http://verens.com/archives/2006/04/10/u ... r-own-cms/

- Events handlers (like clicking on buttons) are overridable, using code like:
Code: Select all
fPostInit: function(wym) {
$j(wym._box).find(wym._options.sToolSelector + "[@name='InsertImage']").unbind("click").click(function() {
  //do stuff
  return(false);
});

- The dialogs HTML is customizable (e.g. sDialogImageHtml option).
- It's easy to disable a button (aToolsItems)
- ... and to add another one (see e.g. fPostInit documentation and the Tidy plugin)

So I guess it will be easy to integrate a third-party upload interface, but I think it will be even easier when options like fPreDialog or fPostDialog will be available, so you can manipulate the generated dialog itself...
User avatar
jfh
Site Admin
 
Posts: 370
Joined: Sat Sep 23, 2006 8:43 pm
Location: Belgium

Postby sitespark on Tue May 01, 2007 1:58 am

- No icons to denote TAG element.

Please explain?


This was actually unneccessary; the same as previous question:
TAG element for 0.3; H1, H2, etc (WinXP, FireFox 2.0.0.3)?

My questions were answered; thanks!

What's the date for integration of these features/beta release?
sitespark
 
Posts: 13
Joined: Tue Nov 21, 2006 8:59 am

Postby jfh on Thu May 03, 2007 6:20 pm

The visual feedback is now on the svn. The demo has been updated, too.

The 'preview' and 'paste from word' buttons will soon be added.
Expect a beta during the next few weeks.
User avatar
jfh
Site Admin
 
Posts: 370
Joined: Sat Sep 23, 2006 8:43 pm
Location: Belgium

Postby sitespark on Fri May 04, 2007 1:15 am

thanks for this info.

while we're at it: where do I find the images that provide the 'visual feedback'?

thanks again, for your great work.
sitespark
 
Posts: 13
Joined: Tue Nov 21, 2006 8:59 am

Postby jfh on Fri May 04, 2007 7:38 am

The source files are available via svn: svn://svn.wymeditor.org/wymeditor

Nightly build available at:
http://files.wymeditor.org/wymeditor/trunk/build/build/
User avatar
jfh
Site Admin
 
Posts: 370
Joined: Sat Sep 23, 2006 8:43 pm
Location: Belgium

Postby sitespark on Tue May 08, 2007 12:39 pm

Hi thanks for replies.

I was actually enquiring as to path to the images which provide the 'visual feedback'. I.e. where do I find .png/.gif for 'p', 'h1', etc?
sitespark
 
Posts: 13
Joined: Tue Nov 21, 2006 8:59 am

Postby jfh on Tue May 08, 2007 1:39 pm

Understood.

They are included in the archive I pointed you:
http://files.wymeditor.org/wymeditor/tr ... tor.tar.gz
User avatar
jfh
Site Admin
 
Posts: 370
Joined: Sat Sep 23, 2006 8:43 pm
Location: Belgium


Return to Support

Who is online

Users browsing this forum: No registered users and 1 guest