Source: site.view [edit]
Function name: fiddle
Arguments: name
Description: For an input argument "name", shows the CSS, JS, and HTML frames for it, plus the running combined frame. CSS and JS files should includes any dependent resources above "=====" in the file.
Page type: html
Render function:  
Module: siteutil

Page source:

<table width="100%" height="100%">
  <tr>
    <td>
		<iframe width="100%" height="100%" src="/webl/WubHub_DoIt?cmdline=viewFiddle:%name%Html"/></iframe>
    </td>
    <td>
		<iframe width="100%" height="100%" src="/webl/WubHub_DoIt?cmdline=viewFiddle:%name%Css"/></iframe>
    </td>
  </tr>
  <tr>
    <td>
		<iframe width="100%" height="100%" src="/webl/WubHub_DoIt?cmdline=viewFiddle:%name%Js"/></iframe>
    </td>
    <td>
        <a target="_blank" href="/webl/WubHub_DoIt?cmdline=runFiddle:%name%"><hr>
		<iframe width="100%" height="95%" src="/webl/WubHub_DoIt?cmdline=runFiddle:%name%"/></iframe>
    </td>
  </tr>
</table>