⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 b30-1710925.zul

📁 ZK是一个Ajax Java Web框架
💻 ZUL
字号:
<?xml version="1.0" encoding="UTF-8"?><!--B30-1710925.zul{{IS_NOTE	Purpose:			Description: IE6,7 Hard to fix.			History:		Wed Dec 26 14:56:49     2007, Created by tomyeh}}IS_NOTECopyright (C) 2007 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window id="w" title="Test of the style component">	Bug 1710925: you shall see the background color changed when	pressing the buttons in order.        <separator/>        The 3rd botton work slow in IE6, IE7 and doesn't work in SA, it won't fixed.        <separator/>	<button label="1. change background to yellow">		<attribute name="onClick">{	Style s = new Style();	s.setContent("body {background: yellow}");	s.setId("style");	s.setDynamic(true);	s.setParent(w);		}</attribute>	</button>	<button label="2. change background to blue">		<attribute name="onClick">		style.setContent("body {background: blue}");		</attribute>	</button>	<button label="3. remove the background">		<attribute name="onClick">	style.detach();		</attribute>	</button></window>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -