�J�X�^���_�C�A���O��\������

����

�J�X�^���_�C�A���O��\������ɂ�Ext.Msg.show()���g���܂��B�p�����[�^�̓v���p�e�B���X�g�i�n�b�V���j�`���Ŏw�肵�܂��B�^�C�g����title�A�N���[�Y�{�^���̗L����closable�A���[�_�����[�h��modal�A������width�A�c����height�A�\��������e��msg�Ŏw��ł��܂��B���ɂ��A�C�R�����w�肷��icon�Ȃǂ��p�ӂ���Ă��܂��B
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="ja">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Sample</title>
<link rel="stylesheet" href="../../../lib/resources/css/ext-all.css" type="text/css" media="all">
<link rel="stylesheet" href="../../../lib/resources/css/main.css" type="text/css" media="all">
<script type="text/javascript" src="../../../lib/js/ext-base.js"></script>
<script type="text/javascript" src="../../../lib/js/ext-all.js"></script>
<script type="text/javascript" src="../../../lib/js/MessageBox.js"></script>
<script type="text/javascript"><!--
function dispDlg(){
Ext.Msg.show({
title : "Sample",
closable : true,
proxyDrag : false,
modal : true,
width : 400,
height : 200,
icon: Ext.MessageBox.QUESTION,
msg : "�J�X�^�}�C�Y���Ă݂܂���"
});
}
// --></script>
</head>
<body>
<h1>�_�C�A���O�̃J�X�^�}�C�Y</h1>
<form>
<input type="button" value="�\��" onclick="dispDlg()">
</form>
</body>
</html>
�T���v�������s
[�߂�]