Thanks for your help
========================================
Message du : 12/07/2011
De : "Theodore Petrosky " <email@hidden>
A : email@hidden
Copie à : email@hidden
Sujet : Re: Dynamic table with editable content
> I have created tables with an AjaxInPlaceEditor in a few of
> the columns. Warning, they are expensive so you will have to
> batch your table.
> ===> Do you have a link of your example?
WOD
theInPlaceEditor : AjaxInPlaceEditor {
value = theItem.itemName;
submitOnBlur = true;
okButton = false;
cancelLink = false;
action = ""> size = "15";
clickToEditText ="Status";
editClass="editInPlaceClass";
}
the action is an method that saves the editing context when you deselect the editor.
You really need to look over the AjaxExamples
Ted
>
> Ted
>
> > Date: Tue, 12 Jul 2011 15:47:58 +0200 (CEST)
> > From: email@hidden
> > Subject: Re: Re: Dynamic table with editable content
> > To: WebObjects webobjects-dev
>
> > WOForm wrapping ERXTable with cells containing form
> > fields.
> >
> > ==>Cells containing form fields : it means I can
> use
> > textFields in each cells of ERXTable? Do you have an
> example
> > please?
> > The ERXTable columns are sortable too?
> >
> > On Jul 12, 2011, at 9:21 AM, email@hidden
> > wrote:
> >
> > > Hi,
> > >
> > > It's possible in WO to have an ERXTable or over table