sandro87 Approved

Member since: 2020-06-07

Recent posts by sandro87
Post When

mjauvin said:

onRender() is called in twig when you use

{% component "myComponent" %}

Isn't this u...

Posted in How do I access variables set in components in pages?

OK I finally got it and I now understand I was approaching this the wrong way. Basically I was expec...

Posted in How do I access variables set in components in pages?

It's written in the first message what I'm trying to do. I thought this was more straight forward, f...

Posted in How do I access variables set in components in pages?

That's what I've been doing but it seems the Page's onEnd() is executed before {% set city = cities....

Posted in How do I access variables set in components in pages?

Finally, this seems to work! But how can it work? I thought that the twig code is rendered after the...

Posted in How do I access variables set in components in pages?

    public function onRun()
    {
        $this->page["title"] = "value";
    }

in the component? It...

Posted in How do I access variables set in components in pages?

Can it be done?

Posted in How do I access variables set in components in pages?

Hi, thanks! That example is working but how do I set the value of $this->foo so that is set after ge...

Posted in How do I access variables set in components in pages?

Hello this is definitely something stupid since it has to be possible but I can't seem to find a sol...

Posted in How do I access variables set in components in pages?

The only way to create multilevel relationships in the backend is still that way explained in the tu...

Posted in Relation of relation in backend forms