티스토리 뷰
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<dynamic>" %>
<!DOCTYPE HTML>
<html manifest="" lang="kr">
<head>
<meta charset="UTF-8">
<title>MobileWeather</title>
<script src="../../touch/sencha-touch-all-debug.js" type="text/javascript"></script>
<link href="../../touch/resources/css/sencha-touch.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
Ext.require("Ext.tab.Panel");
</script>
<script type="text/javascript">
Ext.application({
name: "MobileWeather",
launch: function () {
var item1 = {
layout: "hbox",
items: [
{
xtype: "button", ui: "normal", text: "normal", iconCls: "action", iconMask: true,
handler: function () {
Ext.Msg.alert("Mssage", "Hi~~~", Ext.emptyFn);
}
},
{ xtype: "button", ui: "normal-round", text: "normal-round" },
{ xtype: "button", ui: "normal-small", text: "normal-small" }
]
};
var item2 = {
layout: "hbox",
items: [
{
xtype: "button", ui: "decline", text: "decline", iconCls: "home", iconMask: true,
handler: function (button, event) {
Ext.Msg.alert("Message", "Hi~~~", Ext.emptyFn);
}
},
{ xtype: "button", ui: "decline-round", text: "decline-round" },
{ xtype: "button", ui: "decline-small", text: "decline-small" }
]
};
var item3 = {
layout: "hbox",
items: [
{ xtype: "button", ui: "confirm", text: "comfirm", iconCls: "locate", iconMask: true, badgeText: "2" },
{ xtype: "button", ui: "confirm-round", text: "confirm-round" },
{ xtype: "button", ui: "confirm-small", text: "confirm-small" }
]
}
var item4 = {
layout: "hbox",
items: [
{ xtype: "button", ui: "action", text: "action", iconCls: "favorites", iconMask: true },
{ xtype: "button", ui: "action-round", text: "action-round" },
{ xtype: "button", ui: "action-small", text: "action-small" }
]
}
var item5 = {
layout: "hbox",
items: [
{ xtype: "button", ui: "back", text: "back", iconCls: "arrow_left", iconMask: true },
{ xtype: "button", ui: "forward", text: "forward", iconCls: "arrow_right", iconMask: true, iconArign: "right"}
]
}
var rootPanel = Ext.create("Ext.Panel", {
layout: { type: "vbox", align: "middle", pack: "justify" },
items: [item1, item2, item3, item4, item5]
});
Ext.Viewport.add(rootPanel);
}
});
</script>
</head>
<body>
</body>
</html>
- Total
- Today
- Yesterday
- system.io
- nl2br
- java web-mvc
- 문자 자르기
- java.sql
- 인텔리제이(intellij)
- jstl(java standard tag library)
- REST API
- error-java
- MainActor
- jstl(java standard tag library)-core
- 스프링 프레임워크(spring framework)
- React
- 제품 등록
- jsp 오픈 소스
- await
- 스프링 시큐리티(spring security)
- 진수 변환
- 특정 문자를 기준으로 자르기
- 표현 언어(expression language)
- 스프링 프레임워크(spring framewordk)
- 스프링 시큐리티(spring security)-http basic 인증
- 메이븐(maven)
- docker
- java 키워드 정리
- .submit()
- System.Diagnostics
- In App Purchase
- java-개발 환경 설정하기
- 람다식(lambda expression)
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |