eddyloewen Approved

Member since: 2014-07-05

Recent posts by eddyloewen
Post When

@harti Sorry - I could't find a solution...

Posted in reference $this in Ajax call

Thanks! That helps.

But it's still a bug/problem with octobercms - I would say that the cms should n...

Posted in User Plugin on login Redirects to backend form

I just encountered the same problem - any solutions so far?

Posted in User Plugin on login Redirects to backend form

It seems that I don't have the same context when calling methods via ajax.

Any other idea how to wor...

Posted in reference $this in Ajax call

I set the data in the public function onRun(){} method. When I dd() there - the data is set.

Apparen...

Posted in reference $this in Ajax call

I'm working on a component which holds some data.

class Tariff extends ComponentBase
{
    public $m...

Posted in reference $this in Ajax call

I would like to retrieve and modify a variable through different and independent ajax calls

Posted in reference $this in Ajax call

I'm trying to reference a variable inside a Component class from an Ajax call. I would like to pass ...

Posted in reference $this in Ajax call