Item10583: Ajax interface: handling of special format types

pencil
Priority: Normal
Current State: Closed
Released In: n/a
Target Release: n/a
Applies To: Extension
Component: EditRowPlugin
Branches:
Reported By: PhilippLeufke
Waiting For: Main.PhilippLeufke
Last Change By: PhilippLeufke
The Ajax interface of EditRowPlugin (the "Click to edit" feature) has difficulties in handling some special cell format types. I haven't tested all of them so yet, but I can report, that at least 2 of them are broken:

  • The date type doesn't invoke the calendar; entering the date manually doesn't help as the content doesn't get saved at all. I tested it with the following format definition: date, 10, , %Y-%m-%d
  • The select type is generally working but for some unknown reason, the order of the items is entirely muddled up. I tested it with the format definition: select, 1, , 1.1, 1.2, 1.3, 1.4, 1.5, 2.6, 2.7, 2.8

-- PhilippLeufke - 01 Apr 2011

The date format is working fine for me with that format; double-click on the date field and i get a calendar, no problems. Note that this requires the JSCalendarContrib to be installed.

Yes, there's an ordering problem with the select, because the JEditable component I used doesn't support ordering the fields in the select. I can work around it, I think.

Can you be more specific with regards your configuration?

-- CrawfordCurrie - 18 Apr 2011

Everything is fine now. JSCalendarContrib did the trick.

The drop-down ordering is OK as well.

Big thanks!

-- PhilippLeufke - 25 May 2011
 

ItemTemplate edit

Summary Ajax interface: handling of special format types
ReportedBy PhilippLeufke
Codebase 1.0.10
SVN Range
AppliesTo Extension
Component EditRowPlugin
Priority Normal
CurrentState Closed
WaitingFor PhilippLeufke
Checkins distro:900d1dfe44ac
TargetRelease n/a
ReleasedIn n/a
Topic revision: r4 - 25 May 2011, PhilippLeufke
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy