org.symbian.tools.wrttools.previewer/preview/wrt_preview.html
changeset 419 f99d33a2e33a
parent 417 dc5d845451fc
child 422 15592887bf5e
equal deleted inserted replaced
418:4a55666ac86b 419:f99d33a2e33a
    92 		</ul>
    92 		</ul>
    93 		<div id="console" class="hide" style="height: 100%">
    93 		<div id="console" class="hide" style="height: 100%">
    94 			<span id="Console-Clear-Button"></span>
    94 			<span id="Console-Clear-Button"></span>
    95 			<div style="clear:left;"></div>
    95 			<div style="clear:left;"></div>
    96 			<div id="preview-ui-bottom-body" class="Console">
    96 			<div id="preview-ui-bottom-body" class="Console">
    97 				<p id="hint">Use window.console object log, debug, info, warn and error methods to output debug information. All methods can format strings if supplied arguments in printf format.</p>
    97 				<p id="hint">Use window.console object log, debug, info, warn and error methods 
       
    98 				to output debug information. All methods can format strings if supplied arguments 
       
    99 				in printf format.<br><b>Examples:</b></br>
       
   100 				<br>	window.console.log('log %d', 123);</br>
       
   101 				<br>	window.console.debug('debug %s', "string");</br>
       
   102 				<br>	window.console.info('info %s', "string " + 123);</br>
       
   103 				<br>	window.console.warn('warn %f', 123.456);</br>
       
   104 				<br>	window.console.error('error');</br></p>
    98 			</div>
   105 			</div>
    99 		</div>
   106 		</div>
   100 		<div id="event-acceleration" class="hide">
   107 		<div id="event-acceleration" class="hide">
   101 			<table cellpadding='0' cellspacing='0' width="100%">
   108 			<table cellpadding='0' cellspacing='0' width="100%">
   102 			<tr>
   109 			<tr>