Re: In Place Editing

2007-05-01 Thread robert.fulcher
, "/content/edit", array('update' => > "mydiv"),null,false); ?> > > your content here > > This should do the trick! > > Gerben. > > On 28 apr, 14:28, "robert.fulcher" <[EMAIL PROTECTED]> wrote: > > > I want

In Place Editing

2007-04-28 Thread robert.fulcher
I want to build a page that will be a view and in place editing. Is this possible. I have individual in place editors but want to do a whole page with an autocomplete. 1. Is this possible? 2. Is there another way? 3. Is there any examples or resources? Thanks --~--~-~--~~

Re: Autocomplete event

2007-04-04 Thread robert.fulcher
Maybe anyone has a suggestion on how to hook into the events properly...or maybe onblur is right? any help would be really appreciated. Thanks On 1 Apr, 20:51, "robert.fulcher" <[EMAIL PROTECTED]> wrote: > I am trying to run a script when theonblurevent occurs. I set this &

Autocomplete event

2007-04-01 Thread robert.fulcher
I am trying to run a script when the onblur event occurs. I set this up and it runs but it runs in a loop. What is the right way to run a scirpt after running an autocomplete? Here is my field: autocomplete('Company/name','/companies/ autocomplete', array('size' => 40, 'afterUpdateElement'=>'g

Re: Autocompletion Options

2007-03-29 Thread robert.fulcher
I think I have everything working. To change the look of the autocomplete I had to get the CSS and place it into the page that it is being used in. I was unaware that I could look at the script.aculo.us web site for details on things such as this. thanks for the help JermWorm --~--~-

Re: Autocompletion Options

2007-03-28 Thread robert.fulcher
I got a chance to put the code in and it works great. I have also taken a look at the script.aculo.us website and the drop downs are different than the ones that I get. How can I change them to allow the use of the arrow buttons. I think I know how to hook into the after update or something lik

Re: The book is dead, long live the book???

2007-03-28 Thread robert.fulcher
Being new this is the biggest issue that I have run into. I have used java/Spring for a few years and am finding the things that I need to do are much easier but the info on how to do them is much harder to find. cakePHP is a very very good framework. On Mar 28, 11:04 am, "MYRZ" <[EMAIL PROTECT

Re: Autocompletion Options

2007-03-28 Thread robert.fulcher
l the help On Mar 28, 2:52 am, Jeremy Pointer <[EMAIL PROTECTED]> wrote: > Below is an almost exactly similar question and my previous answer. HTH > > robert.fulcher wrote: > > I want to use the autocomplete componenet and was wondering how to use > > the options. I want t

Autocompletion Options

2007-03-27 Thread robert.fulcher
I want to use the autocomplete componenet and was wondering how to use the options. I want to use it with a lookup field. I have a contact that I want to assign a company to. I have it where I can lookup the company by name in the autocomplete field. I need to assign a value of the id from th