dump

  1. DimmmCom

    Doesn't work {{ dump(vars())) }} in overlay windows.

    For an example, let's add {{ dump(vars())) }} to the forum_mark_read template. Result: When using jQuery, we used the $.globalEval method. This method works differently than the javascript eval() method, this method is executed inside the global context. In strict mode, eval() has its own...
  2. Earl

    XF 2.1 How to access style id from template? $xf.style.id does'nt work

    {{ dump($xf) }} shows this: {{ dump($xf.style) }} shows this: but {{ dump($xf.style.id) }} shows null: I'm confused o_O
Back
Top Bottom