Search:

Type: Posts; User: Laravel

Search: Search took 0.00 seconds.

  1. Thread: Widget

    by Laravel
    Replies
    0
    Views
    792

    Widget

    Is there any tutorial how to build widget for Contao?
  2. Replies
    3
    Views
    3,262

    No Andreas, backend is fine for me. And in...

    No Andreas, backend is fine for me. And in backend you don't need use inserttags.

    I mean Angular in FE (frontend). There I have problem with Angular. Because when I try put anything in template...
  3. Replies
    3
    Views
    3,262

    AngularJS and Contao

    Does anybody has worked Contao with AngularJS? Especially with ng-repeat directive with e.g. {{ item }}? Of course Contao have problem with this because Contao thinking it's InsertTag (double curly...
  4. Replies
    3
    Views
    2,114

    Thanks Andreas! I'm just corious - if it...

    Thanks Andreas!

    I'm just corious - if it possible to create my own "blocks" to inject like "TL_BODY"?
  5. Thread: Check FE group

    by Laravel
    Replies
    2
    Views
    3,051

    Thank you Andreas !

    Thank you Andreas !
  6. Replies
    3
    Views
    2,114

    Inject to blocks in templates

    Hi,

    Is it possible to inject, let's say, link to js file - from my own module template to some blocks in fe_page.html5? For example to $this->block('head')?

    I read this help page:...
  7. Thread: Check FE group

    by Laravel
    Replies
    2
    Views
    3,051

    Check FE group

    Hi,

    How can I check if FE user is assign to some FE group?
  8. Replies
    1
    Views
    2,467

    $session = Session::getInstance();...

    $session = Session::getInstance();
    $session->set('foo', 'bar');
    echo $session->get('foo');
Results 1 to 8 of 8