Might be worth checking this link out
http://www.jamesfairhurst.co.uk/posts/view/compressing_jquery_javascript_with_php/
2009/8/31 Dr. Loboto
>
> Or place prototype and scriptaculous back into header and deal with
> load time by cache or do not use ajax helper and write your own
> javascript co
Or place prototype and scriptaculous back into header and deal with
load time by cache or do not use ajax helper and write your own
javascript code that can live in such conditions.
On Aug 31, 8:00 pm, persianshadow wrote:
> hi
>
> i using prototype and scriptaculous in my project but these fram
ExtJs uses the concept of foundation libraries to provide things like
DOM manipulation, event handling, animation etc.
Its class hierarchy is built on a foundation-agnostic adapter layer.
You can use either ext-base as the foundation (A pure extJS foundation
library), or Prototype, or jQuery, or
I have only had a shallow look at ExtJS but as I see it:
Prototype is a javascript framework with ajax
ExtJS is an Ajax and GUI framework built in javascript
That is: Prototype is used to put some nice ajax on your web-app and
ExtJS is something you build your app in from the start. Using ExtJS
Youll usually have conflicts between js frameworks unless you build
one specifically to not interfere with the other.
Your best bet is to use one or the other. If you use extjs, create
your own helper for it.
On Feb 2, 9:11 pm, Aurelius wrote:
> Hi!
>
> I really like the Ajax-Helper, but the ex
thnks a lot...
On Jul 9, 12:06 am, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> You don't need to build your own library. You use an existing library
> like prototype for all of the nice functions and features it has. You
> build your own behaviours for your current site of application. No
>
Hi.
I've managed to get the call working with /appname/controller/action
but now I'm getting no response at all. I'm using Javascript's alert
function to see the AJAX response but I'm only getting a "no response
text" :(
On 14 Jul, 19:57, DaveMahon <[EMAIL PROTECTED]> wrote:
> It ought to. What
If you do the call from another controller, you have to use ../
controller/action.
But you can also use the ajax helper for this:
echo $ajax->remoteFunction(array('url' => '../controller/action'));
On 14 Jul., 19:37, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Hi all.
>
> I'm trying to mak
It ought to. What response are you getting?
On Jul 14, 1:37 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Hi all.
>
> I'm trying to make a simple AJAX call to a controller action using
> prototype. I'm not using any of the AJAX helper functions because I
> think any of them can do what I'm
Thanks a lot martin...
I'm on the way on my web development right now...
Maybe your right, I'll stick to prototype...
I'm still finding a way on how to fix my nested tab... it doesn't work
well...
it's been few weeks but i still not able to fix it...
--~--~-~--~~~
You don't need to build your own library. You use an existing library
like prototype for all of the nice functions and features it has. You
build your own behaviours for your current site of application. No
library makes buttons dance like crazy around the screen but they do
provide you with nice
thank you very much for the reply..
in short, it much better if im goin to build my on js library or just
an extension?
coz for now im using the prototype/scriptaculous library for now...
the problem there if im going to used jquery same time it goes out
with a problem... correct me if im wrong bu
Hi regz,
The frontpage of cakephp.org uses jquery javascript behaviours. You
can achieve the same results using prototype though.
The dynamic tabs are all javascript and have very little (if anything)
to do with cakephp. The helpers for javascript (and ajax) are a good
help but they have their li
You're right. It doesn't have anything to do with CakePHP.
Thought I found the solution. So if anyone stumbles on this topic
having the same problem: Safari 4 has a bug that causes the background
color problem.
Make sure your in the comes _before_
the and not the other way round.
On Feb 14, 4
On Thu, Feb 14, 2008 at 5:45 AM, Bart <[EMAIL PROTECTED]> wrote:
>
> Whenever I include prototype.js and scriptaculous.js using simply:
>
>
>
>
> my Safari browser starts to leave out pieces of the background color,
> parts turn white.
> In my CSS i've declared both background-color and ba
Thanks for the reply, just had time to look at this today and it
turned out that my problem was with my css path ;P. I tried your
method posted below, but it looks like $this->addScript has either
changed syntax or is no longer working in the version of cakephp that
I'm using (version 1.2.0.5875)
I'd never heard of the prototype window class before [thanks for the
link] and got it working with cake in a few minutes. Here's my step-by-
step process:
(1) Copied prototype.js and window.js to /app/webroot/js
(2) Copied default.css and default (folder) to /app/webroot/themes
(3) Put the follow
OMG!!!
This is the answer on my efforts!!! How could I be so stupid?
Thank you very much...
On 9 апр, 18:55, "bernardo" <[EMAIL PROTECTED]> wrote:
> Try using a div instead of p for view.
>
> On Apr 9, 3:52 am, "Siasia" <[EMAIL PROTECTED]> wrote:
>
> > Here are the sources:http://bin.cakephp.org/
Try using a div instead of p for view.
On Apr 9, 3:52 am, "Siasia" <[EMAIL PROTECTED]> wrote:
> Here are the sources:http://bin.cakephp.org/view/1929596573
> Badly need help.
> I already lost nearly 5 hours banging by head against the wall trying
> to get this code work in IE.
> In FF and Opera e
19 matches
Mail list logo