s-dev-ow...@lists.apple.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Webobjects-dev digest..."
>
>
> Today's Topics:
>
> 1. Re: AjaxAutoComplete (D Tim Cummings)
> 2. Re: AjaxAutoComplete (Samu
a submit js function using an AjaxSubmitButton
> - Use the created function in afterUpdateElement on AjaxAutoComplete.
>
> "addLigneAvecFormat" action = "$selectionnerProduit" />
>
>
> Regards,
>
> Samuel
>
>
>> Le 10
Hi,
I managed to achieve your goal in my apps using this pattern :
- Create a submit js function using an AjaxSubmitButton
- Use the created function in afterUpdateElement on AjaxAutoComplete.
Regards,
Samuel
> Le 10 nov. 2023 à 05:55, Stavros Panidis via Webobjects-
javascript in afterUpdateElement to update a different field which is in
an AjaxObserveField.
Regards
Tim
On 10/11/23 20:55, Stavros Panidis wrote:
Tim,
Sorry!. I could not put it to work. I am sure that I am making
something wrong.
My AjaxAutocomplete is
class = "form-control&
Tim,
Sorry!. I could not put it to work. I am sure that I am making something wrong.
My AjaxAutocomplete is
And then I have a AjaxObserveField as follows
Can you see what I am doing wrong?
Stavros
> On 9 Nov 2023, at 10:00 PM, webobjects-dev-requ...@lists.apple.com wrote:
>
d
>
> "$theCustomerName" afterUpdateElement = "observe" />
>
> Tim
>
> On 9/11/23 17:54, Stavros Panidis via Webobjects-dev wrote:
>> Hi,
>>
>> Is there any trick available to make AjaxAutoComplete field observable (by
Set parameter afterUpdateElement to "observe" and it will behave like it
is in an AjaxObserveField
"$theCustomerName" afterUpdateElement = "observe" />
Tim
On 9/11/23 17:54, Stavros Panidis via Webobjects-dev wrote:
Hi,
Is there any trick available to make
Hi,
Is there any trick available to make AjaxAutoComplete field observable (by
AjaxAobserveField) ?
Many thanks in advance for your help
Stavros
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list
version 1.7
>>
>> I believe wonder uses a more recent version, 1.7.3. We tried 1.7, 1.7.1,
>> 1.7.2 and 1.7.3.
>>
>> I think all versions prior to 1.7.3 fix the display of AjaxAutoComplete.
>>
>> By the way, for us, the problem occurred outside ajax
1.7
>
> I believe wonder uses a more recent version, 1.7.3. We tried 1.7, 1.7.1,
> 1.7.2 and 1.7.3.
>
> I think all versions prior to 1.7.3 fix the display of AjaxAutoComplete.
>
> By the way, for us, the problem occurred outside ajax modal dialogs too when
> the page was s
Hi,
I want to use AjaxAutoComplete inside AjaxModalDialog and usually, it works OK.
A very strange problem occur when the main page is scrolled though, the
selection choices are displayed with a vertical distance from the textfield
that correspond to the vertical scroll of the main page bellow
vices
> with latest Wonder.
>
> The only problem I experience with AutoComplete is on iOS, the popup does not
> appears at the field location.
>
> Samuel
>
>
>> Le 29 août 2019 à 07:21, Markus Ruggiero via Webobjects-dev
>> a écrit :
>>
>>
ation.
Samuel
> Le 29 août 2019 à 07:21, Markus Ruggiero via Webobjects-dev
> a écrit :
>
> Seems there is a big issue with Safari and AjaxAutoComplete. The textfield is
> explicitly set to autocomplete="off" but Safari ignores this. So when the
> user
Seems there is a big issue with Safari and AjaxAutoComplete. The textfield is
explicitly set to autocomplete="off" but Safari ignores this. So when the user
starts typing Safari OVERLAYS the autocomplete list from the component with its
own autocomplete stuff making the component&
return "rowCheckbox_" + id();
}
public String autoCompleteId() {
return “rowAutoComplete" + id();
}
Tim Worman
UCLA GSE&IS
> On Feb 13, 2015, at 1:25 PM, Louis Demers wrote:
>
> Hi,
>
> I successfully used AjaxAutoComplete in a
Hi,
I successfully used AjaxAutoComplete in a few places in my app. I was
able to get 2 AjaxAutoComplete to work in the same page but I get this
“quouizy" feeling I did it wrong but got it working anyway.
But now I’m trying to use it inside a wo:repetition and not getting any luck
Hi all,
i have a table with a loop for the line (tr). Each line displays one
entity. I need to edit field of the entity directly in the table. One of
this field is an AjaxAutoComplete. I so use this component in some other
parts of my application and it works fine. But now in the table i have
ept works. I have an app I can send you
if you want.
--- On Mon, 8/27/12, Pascal Robert wrote:
> From: Pascal Robert
> Subject: Re: AjaxUpdateContainer and AjaxAutoComplete together?
> To: "Theodore Petrosky"
> Cc: "WebObjects Development"
> Date: Monday, Au
Hi Ted,
Yes I did try to use AjaxUpdateTrigger but nothing get triggered even if my
array indeed contains the two containers id. Are you using it with
AjaxAutoComplete?
> If I read this correctly, you are trying to update two containers? did you
> see: AjaxUpdateTrigger
>
> ob
trigger all of the other update
containers to update, reflecting their new non-editable status.
I have used this one with success.
Ted
--- On Thu, 8/16/12, Pascal Robert wrote:
> From: Pascal Robert
> Subject: Re: AjaxUpdateContainer and AjaxAutoComplete together?
> To: "Theodore P
Le 2012-08-16 à 06:12, Theodore Petrosky a écrit :
> Pascal,
>
> shouldn't the id agree:
>
>
>
>>
> > observeFieldID="specName_field" />
>
> I mean you are observing 'specName' not 'specName_field'
It'
l Robert
> Subject: AjaxUpdateContainer and AjaxAutoComplete together?
> To: "WebObjects Development"
> Date: Tuesday, August 14, 2012, 10:09 AM
> I'm trying to use AjaxAutoComplete
> and two AjaxUpdateContainer together, but I have problems
> doing so. What I want to achieve is
Hi Pascal,
Shouldn't the observefieldid = specName?
Johnny Miller
808.661.7962
jlmil...@kahalawai.com
www.kahalawai.com
On Aug 14, 2012, at 4:09 AM, Pascal Robert wrote:
> I'm trying to use AjaxAutoComplete and two AjaxUpdateContainer together, but
> I have problems doing so
I'm trying to use AjaxAutoComplete and two AjaxUpdateContainer together, but I
have problems doing so. What I want to achieve is that when an item from a list
built by AjaxAutoComplete is selected, I want to display two attributes from
the selected item. Problem is that I get this:
août
e:
>>
>>> Hi,
>>>
>>> I'm working on a project where I'm emulating frame sets. I have various
>>> editors that get loaded through a switch component depending on the
>>> selected object's type.
>>>
>>> In one of
a project where I'm emulating frame sets. I have various
>> editors that get loaded through a switch component depending on the selected
>> object's type.
>>
>> In one of the editors I'm using the AjaxAutoComplete component but it is not
>> working
esources get loaded ?Sent from my iPhoneOn 29/giu/2012, at 16:42, Johnny Miller <jlmil...@kahalawai.com> wrote:Hi,I'm working on a project where I'm emulating frame sets. I have various editors that get loaded through a switch component depending on the selected object's type.I
t; object's type.
>
> In one of the editors I'm using the AjaxAutoComplete component but it is not
> working :(. I can see from the web inspector that the Ajax request is
> getting made but if put a logging statement in the handleRequest method of
> AjaxAutoComplete I ca
Hi,
I'm working on a project where I'm emulating frame sets. I have various
editors that get loaded through a switch component depending on the selected
object's type.
In one of the editors I'm using the AjaxAutoComplete component but it is not
working :(. I can see fr
rom session().selectedMotCalefs property. You don't need to use "select" attribute. Simple code below using inline bindings:FarrukhOn 2011-10-13, at 11:04 AM, Raymond NANEON wrote:Hi All,I have a lill' problem with AjaxAutoComplete. I am having difficult to get the selected Object bin
>> property. You don't need to use "select" attribute. Simple code below using
>> inline bindings:
>>
>> > selection="$selectedItem" displayString="$item.propertyYouWantToShow" />
>>
>> Farrukh
>>
>> On 2011-10-13,
:Hi All,I have a lill' problem with AjaxAutoComplete. I am having difficult to get the selected Object bind to selection attribute.Here is my HMTL code : id = "searchForm"><wo name = "autoCompAOF1"><webobject name = "motClefsAutoComplete1"/>wo>Here is
ave a lill' problem with AjaxAutoComplete. I am having difficult to get
> the selected Object bind to selection attribute.
>
> Here is my HMTL code :
>
> "motClefsAutoComplete1"/>
>
> Here is WOD code :
>
> motClefsAutoComplete1 : AjaxAutoComplete {
&g
Hi All,I have a lill' problem with AjaxAutoComplete. I am having difficult to get the selected Object bind to selection attribute.Here is my HMTL code : id = "searchForm"><wo name = "autoCompAOF1"><webobject name = "motClefsAutoComplete1&qu
Hi, here are methods code source in my Session.java. I put all methods which is used in the AjaxAutoComplete :package utt.rec.projet.server;motClefsAutoComplete1 : AjaxAutoComplete {
id = "auto1";
list = session.matchMotcClefs;
value = session.motClefs;
item = session.motClefs
?
>
> public WOActionResults refreshPop2() {
> if(session.getSelectedMotClefs() != null){
>
> }
> return null;
> }
>
I meant the code on your Session.java where those methods are defined.
> When I do selection in the AjaxAutoComplete, the method refre
's the code for getSelectedMotClefs() ? public WOActionResults refreshPop2() {
if(session.getSelectedMotClefs() != null){
}
return null;
} When I do selection in the AjaxAutoComplete, the method refreshPop2 run to get selectedObject pk. But my surprise is the selectedObject is always
ep 21, 2011, at 2:47 PM, Raymond NANEON wrote:
>
>
>>
>> Is the AutoComplete inside a form?
>
> Yes It's inside a form.
>>
>>
>> Also, AjaxAutoComplete has both a value and a selection binding. You can use
>> either of both.
>
>
Is the AutoComplete inside a form? Yes It's inside a form. Also, AjaxAutoComplete has both a value and a selection binding. You can use either of both. The value take the selection.attribute but I want the selection Only which is an Object to get his pk. here my WOD :motClefsAutoComp
Is the AutoComplete inside a form?
Also, AjaxAutoComplete has both a value and a selection binding. You can use
either of both.
HG
On Sep 21, 2011, at 2:14 PM, Raymond NANEON wrote:
> Help please, my project is stuck on this problem.
>
> When I use WORequest and use formVa
l,I have a lill' problem with AjaxAutoComplete. I am having difficult to get the selected Object bind to selection attribute.Here is my HMTL code : id = "searchForm"><wo name = "autoCompAOF1"><webobject name = "motClefsAutoComplete1"/>wo>Her
Hi All,I have a lill' problem with AjaxAutoComplete. I am having difficult to get the selected Object bind to selection attribute.Here is my HMTL code : id = "searchForm"><wo name = "autoCompAOF1"><webobject name = "motClefsAutoComplete1&qu
Début du message réexpédié :De : Raymond NANEON Date : 14 sep 2011 à 07:15À : WebObjects webobjects-dev Objet : How to get selected Object of AjaxAutoCompleteHi All,I have a lill' problem with AjaxAutoComplete. I am having difficult to get the selected Object bind to selection attribute.Here
Hi All,I have a lill' problem with AjaxAutoComplete. I am having difficult to get the selected Object bind to selection attribute.Here is my HMTL code : id = "searchForm"><wo name = "autoCompAOF1"><webobject name = "motClefsAutoComplete1&qu
thanks, I searched on my HD for '.auto_complete' and I found similar CSS in the
default_screen_stylesheet.css which is part of the ERModernDefaultSkin.
It works,
thanks again,
Ted
--- On Wed, 3/30/11, Joe Kramer wrote:
From: Joe Kramer
Subject: Re: AjaxAutoComplete ?
To:
using an AjaxAutoComplete. I have it (almost)
> working on an AMD but I must be missing some CSS as the auto complete text
> is just floating over top of my other text (with a transparent background)
> so it is impossible to read.
>
> the docs don't say anything about CSS neces
anyone have an example of using an AjaxAutoComplete. I have it (almost) working
on an AMD but I must be missing some CSS as the auto complete text is just
floating over top of my other text (with a transparent background) so it is
impossible to read.
the docs don't say anything abou
Thanks David. I guess there is an inherent lack of genericity here.
--
Dr. Mark Wardle
Specialist registrar, Neurology
(Sent from my mobile)
On 29 Sep 2009, at 20:42, David LeBer
wrote:
On 2009-09-29, at 3:07 PM, Mark Wardle wrote:
Hi all.
I'm successfully using ajaxautocom
On 2009-09-29, at 3:07 PM, Mark Wardle wrote:
Hi all.
I'm successfully using ajaxautocomplete but that results in a string.
Fine for subsequent searching. Is there a unified component that will
handle setting a to one relationship with a drop down populated by
autocomplete?
Otherwise
Hi all.
I'm successfully using ajaxautocomplete but that results in a string.
Fine for subsequent searching. Is there a unified component that will
handle setting a to one relationship with a drop down populated by
autocomplete?
Otherwise I'll see whether I can roll my own!
Many tha
I have 2 tabs in Ajax TabPanel. On the first tab Text Hinter works, but
when I click Tab #2, I do not get the text hints. What do I have to do to
get this to work on all tabs.
Matt
On Mon, Sep 21, 2009 at 8:01 PM, getsharp wrote:
> On 22/09/2009, at 6:08 AM, J Stephanos wrote:
>
> David:
>
On 22/09/2009, at 6:08 AM, J Stephanos wrote:
David:
> Unfortunately the text triggers an immediate search on the default
string.
It doesn't in my case. It is working as expected for me per the
AjaxTextHinter javadoc example.
I experience the same behaviour as David.
AjaxTextHinter d
>> On Sep 21, 2009, at 11:33 AM, J Stephanos wrote:
>>
>> Wonder's AjaxAutoComplete works great - but is it possible to have the
>>> equivalent of a noDisplayString?
>>>
>>> Movie Name: [ enter a movie name here ]
>>>
>>> We'd like to pro
know if there is a way
to disable that behaviour so that the default text is just treated
like a label and not treated as content of the text field?
On Sep 21, 2009, at 11:33 AM, J Stephanos wrote:
Wonder's AjaxAutoComplete works great - but is it possible to have
the equivalent
I believe AjaxTextHinter in Wonder/Ajax is what you want.
On Sep 21, 2009, at 11:33 AM, J Stephanos wrote:
Wonder's AjaxAutoComplete works great - but is it possible to have
the equivalent of a noDisplayString?
Movie Name: [ enter a movie name here ]
We'd like to provide some hi
Wonder's AjaxAutoComplete works great - but is it possible to have the
equivalent of a noDisplayString?
Movie Name: [ enter a movie name here ]
We'd like to provide some hint ("enter movie name here") to the user, to
enter a movie name in the field. It should disappear when
AjaxAutoComplete renders? Right now it seems to always match the
width of the text field.
You can achieve it by tweaking css, eg:
.auto_complete ul { width:150px; }
I managed to write some JavaScript that sets the width of the text
field to 40px. But when I start typing in that text field I want
the
On 08/04/2009, at 6:27 AM, Ricardo J. Parada wrote:
Is there a way to set the width of the list of matches that an
AjaxAutoComplete renders? Right now it seems to always match the
width of the text field.
You can achieve it by tweaking css, eg:
.auto_complete ul { width:150px; }
I
Is there a way to set the width of the list of matches that an
AjaxAutoComplete renders? Right now it seems to always match the
width of the text field.
I managed to write some JavaScript that sets the width of the text
field to 40px. But when I start typing in that text field I want
Thanks... I did not know I could use AjaxSubmitButton like that.
If I understood correctly, you are using an AjaxSubmitButton with the
functionName binding which causes the AjaxSubmitButton to become a
javascript function instead of a button. Then from your
AjaxAutoComplete you use the
On Apr 2, 2009, at 7:22 PM, Ricardo J. Parada wrote:
Hi,
I have an AjaxAutoComplete. The user types something, the list of
matches is displayed, then the user selects from the list and the
selected item is entered in to the AjaxAutoComplete text field.
Now, when the user tabs out of
Hi,
I have an AjaxAutoComplete. The user types something, the list of
matches is displayed, then the user selects from the list and the
selected item is entered in to the AjaxAutoComplete text field. Now,
when the user tabs out of the AjaxAutoComplete text field I want the
value of the
It seems that the trick for making it look like a search field can be
accomplished by simply wrapping the AjaxAutoComplete in a div like this:
and then having a bit of javascript to find the input element inside
the an element of class livesearch... and then just set the found
Can the AjaxAutoComplete be styled, i.e. if it accepted a class
binding but I don't see one?
Or maybe, instead of a text field could it be an input type="search"
so that it looks like the Safari search field. I know that only works
in Safari but still... it would be nice.
Hi Group,
I tried to use the AjaxAutoComplete component from Project Wonder
3.0. I modified the example and it seemed to work very good in my
environment. But when I use the Component inside a WOForm I have the
problem that pressing the enter key to complete the Autocompletion
triggers a
65 matches
Mail list logo