[[doku>toolbar|quickbuttons]], too.
===== Basic Text Formatting =====
DokuWiki supports **bold**, //i... by a whitespace or the end of line.
This is some text with some linebreaks\\ Note that the
two backslas... espace \\this happens without it.
This is some text with some linebreaks\\ Note that the
two backsl... m or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points
===== Test Page =====
<html>
<head>
<script type="text/javascript" src="./test/js/jquery-1.4.2.js"></script>
<script type="text/javascript">
<!--
function addOption1(){
var i... $("#example").append($("<option/>").val(index).text("This is option#"+index).attr("selected", "select... $("#example").append($("<option/>").val(key).text(val));
});
$("#example").val("green");
}
fun
====== Text internaliztion from a ResourceBundle ======
코드에 포함되어 있는 다국어를 일반 자바 리소스 번들을 통해 국제화시키는 방법을 소개한... 얻어오는 Utility 메소드를 작성하였다.
<code java>
import java.text.MessageFormat;
import java.util.ResourceBundle;
i... Locale locale)
{
String text = null;
ResourceBundle bundle =
Resou... tCurrentClassLoader(params));
try
{
text = bundle.getString(id);
}
catch (MissingR
See the sample =====
<html>
<head>
<script type="text/javascript">
function open_win()
{
window.open(".... >
<body>
<a href="#" onclick="open_win()" style="text-decoration:underline;color:#900B09">fixed layer w