summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/floater_test_line_editor.xml
blob: c480c80ba5801470fc86ec2f957af5d52b424c2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="floater_test_line_editor">
	<line_editor name="enabled_line_editor" tool_tip="有効なラインエディタ">
		ラインエディタを有効化
	</line_editor>
	<line_editor name="ascii_line_editor" prevalidate_callback="ascii" tool_tip="asciiラインエディタ">
		ASCIIのみのラインエディタ
	</line_editor>
	<line_editor name="disabled_line_editor" tool_tip="無効なラインエディタ">
		ラインエディタを無効化
	</line_editor>
	<line_editor name="enabled_colored_line_editor" tool_tip="有効な色付けされたラインエディタ">
		赤文字ラインエディタを有効化
	</line_editor>
	<line_editor name="disabled_colored_line_editor" tool_tip="無効な色付けされたラインエディタ">
		赤文字ラインエディタを無効化
	</line_editor>
	<line_editor name="left_pad_editor">
		左に25pxの余白
	</line_editor>
	<line_editor name="left_pad_editor">
		右に75pxの余白
	</line_editor>
	<line_editor name="left_pad_editor">
		左に25px、右に75pxの余白
	</line_editor>
	<search_editor label="検索語句を入力" name="search editor" tool_tip="エディタを検索"/>
</floater>