0 answers
0 votes
Form Generated
Hello
I've been following an example of how Ajax autoComplete is used but don't quite understand how what happening in the form which contains the autoComplete field.
Search.ctp -
<?php e($javascript->link('search', false)); ?>
<?php... 0 answers
0 votes
Div height after Ajax complete
Hi, this question is probably more related to CSS and browser behavior but everyone has been really helpful so I thought I'd ask it anyway. I am using Ajax to return a view of a list of items to a container div. On my web page there is a 2nd...
0 answers
0 votes
AJAX filters
Hi,
I'm trying to incorporate some filtering in my index view. I have previously used prototype to filter information in an add form where the user selects one value in a drop down and the next drop down alters in response. I was hoping to apply...
0 answers
0 votes
Ajax submit not working at all (no reaction on click)
Hi
I am creating an ajax comment element. I have a comment box that when you type in it and hit the submit (in my case comment) button nothing seems to happen, its like there is no code behind the button. I have no idea why this is happening...
0 answers
0 votes
Ajax Pagination - Reload only a part of the view
Hi,
I just have a Problem with the paginatorHelper.
I want to use Ajax pagination. But currently I can only reload the whole view again instead of only a specific part of it (only the the blog with the paginated data should be reloaded, not the...
1 answer
0 votes
Using observeField while typing to text field
My problem is as simple as observeField not updating while user is typing to text field. Now it is updating only when focusing out from text field.
0 answers
0 votes
Trouble with Easy AJAX Pagination Using JQuery
http://bakery.cakephp.org/articles/view/easy-ajax-pagination-using-jquery
Has anyone had trouble using the code from the bakery article multiple times in one page? I'm trying to use it to load three divs with different information in each one. the...
0 answers
0 votes
Pagination Update DIV From Element
Hello
I have an issue with pagination within my Cake application and using Ajax to update a result list.
Opening streets/search/ page the user is presented with a search box and is able to enter a string, clicking submit fires the find_streets...
1 answer
0 votes
ajax update
I want to update a div of my page with ajax.
I want to ask is cake has his way to set the css for this ajax request .
I ask this because I convert this site form another framework and the ajax code is ready.
1 answer
0 votes
Ajax view problem (nothing in the view showing)
I created a function in my controller called addToPlaylist($songName). I wanted to add these song names to an array and then a session variable using an Ajax call. The first time i did this i got an error saying i do not have a template file to...
0 answers
0 votes
Refining Search
Hi.. I would like to make an asynchronous result refining using ajax. I found this tutorial on how to accomplish it synchronously. how can I modify the code to use ajax.
Thank you.
0 answers
0 votes
Why does ajax pagination break when i include the RequestHandler component into my controller?
Hi,
I have followed the instructions on setting up ajax pagination in the cakePHP 1.3 Manual using the new JS helper and got it to work in one of my controllers as intended. However...the ajax pagination breaks when I include the RequestHandler...
1 answer
0 votes
AutoComplete glitch
Sometimes AutoComplete pops up with a weird http:Controller missing class error, complete with my full outer layout, creating a very weird visual for about 1/10th of a second. Can anyone explain this? Is it common? Here's a video of the glitch...
1 answer
0 votes
dialogs
dialogs in application, actualy modal dialog
There are many Ajax dialogs solution. Mostly for a showing a pictures or video.
I’m not experienced Ajax programmer, so I need example, on wicht I can build upon.
wih Ajax helper I done a update of a div,...
1 answer
0 votes
CakePHP 1.3 ajax examples
Hi,
Does anyone know of any decent tutorials on AJAX in CakePHP 1.3 ?
I realise stuff has changed since 1.2 and that the ajax helper in depreciated in favour of js.
Problem is, I've never coded an AJAX app before and the cookbook is a little bit...
0 answers
0 votes
Session component and ajax
I've been trying to figure this out for over a week now and getting nowhere. Any advice at all would be more appreciated than you could ever know.
I have a ajax powered web app over cakephp 1.3 . I'm using an ajax helper to make all requests...
1 answer
0 votes
Ajax file upload
Hello, I have a file upload form that works but I wanted to change it to Ajax. The code 'worked' in the sense that the ajax spinner appeared and the form submitted, but the actual file information was not passed to the controller. Instead it...
1 answer
0 votes
repeating fields in a form
I need to create a form that collects the users name and details and then has a section for qualifications. I would like to be able to have a line of boxes (qual name, grade, date taken etc) and when the user fills in a line it automatically...
1 answer
0 votes
view with ajax
I want to update a div with ajax and I want also the view to have a specific css.
How can I do it, I write at the element that I use the css but it doenot work.