Giter Site home page Giter Site logo

Custom BE Ajax actions about core HOT 4 CLOSED

contao avatar contao commented on August 16, 2024
Custom BE Ajax actions

from core.

Comments (4)

leofeyer avatar leofeyer commented on August 16, 2024

I will add a hook.

--- Originally created on August 29th, 2008, at 08:06pm

from core.

leofeyer avatar leofeyer commented on August 16, 2024

There will be two new hooks in version 2.6.1.

if (array_key_exists('executePreActions', $GLOBALS['TL_HOOKS']) && is_array($GLOBALS['TL_HOOKS']['executePreActions']))
{
    foreach ($GLOBALS['TL_HOOKS']['executePreActions'] as $callback)
    {
        $this->import($callbackr0);
        $this->$callbackr0->$callbackr1($this->strAction);
    }
}

--- Originally created on September 13th, 2008, at 03:08pm

from core.

 avatar commented on August 16, 2024

I've upgraded to 2.6.1 (with no files open). It did not update this file AJAX.php with this new code. This is however in the online codebase. Is there a way to force it to re-update the files?

--- Originally created by thyon on September 21st, 2008, at 12:05pm

from core.

leofeyer avatar leofeyer commented on August 16, 2024

--- Originally completed on September 13th, 2008, at 03:08pm

from core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.