Code From Online Manual

Revision as of 14:29, 7 January 2011 by AngelinaBelle (talk | contribs) (remove <nowiki> from example; categorize basic as per http://docs.simplemachines.org/index.php?topic=57)
Jump to: navigation, search
code
Code
<img src="http://docs.simplemachines.org/Themes/default/images/bbc/code.gif" alt="" class="bbc_img" />

[code]if (node.attributes[i].nodeValue != null) str += ' ' + node.attributes[i].nodeName + '="' + node.attributes[i].nodeValue + '"';[/code]The code tag outputs code directly with simple formatting. Any BB Codes, html, php, javascript, c++, or any other text will be outputted exactly the same. The box will scroll for long lines so that the line breaks are preserved at the correct places, which is important in many languages. This is a block level tag.

if (node.attributes[i].nodeValue != null)

str += ' ' + node.attributes[i].nodeName + '="' + node.attributes[i].nodeValue + '"'; [code]<?php echo "Hello world!"; ?>If php code is placed inside, with the initial <?php tag, then it will be color formated according to php syntax.

: <a href="javascript:void(0);" onclick="return smfSelectText(this);" class="codeoperation"></a>

<?php echo "Hello world!"?>



Advertisement: