svghmi/detachable_pages.ysl2
branchsvghmi
changeset 2904 92d115d8828d
parent 2903 881d0248b3ce
child 2911 211d6a185e31
equal deleted inserted replaced
2903:881d0248b3ce 2904:92d115d8828d
   151     |   }`if "position()!=last()" > ,`
   151     |   }`if "position()!=last()" > ,`
   152 }
   152 }
   153 
   153 
   154 template "*", mode="per_page_widget_template";
   154 template "*", mode="per_page_widget_template";
   155 
   155 
   156 function "debug_detachables" {
   156 
       
   157 reflect:detachable_pages;
       
   158 
       
   159 template "reflect:detachable-pages", mode="debug" {
       
   160 
   157     | DETACHABLES:
   161     | DETACHABLES:
   158     foreach "$detachable_elements"{
   162     foreach "$detachable_elements"{
   159         |  «@id»
   163         |  «@id»
   160     }
   164     }
   161     | In Foreach:
   165     | In Foreach:
   162     foreach "$in_forEach_widget_ids"{
   166     foreach "$in_forEach_widget_ids"{
   163         |  «.»
   167         |  «.»
   164     }
   168     }
   165 }
   169 }
   166 !debug_output_calls.append("debug_detachables")