(1) proxool.xml
<?xml version="1.0" encoding="UTF-8"?>
<!-- the proxool configuration can be embedded within your own application's.
Anything outside the "proxool" tag is ignored. -->
<something-else-entirely>
<proxool>
<alias>connPool</alias>
  ...
1.下载
FCKeditor2.3 (FCKeditot for java)
FCKeditor2.4 (FCKeditor基本文件)
以下是下载地址:
http://www.fckeditor.net/download/default.html
2.建立项目:
建立项目FCKeditor.
3.将FCKeditor2.5.1解压缩
将FCKeditor2.5.1解压缩,将目录fckeditor下的文件复制到项目的根目录下,然后将FCKeditor-2.3.zip(java)压缩包中\web\WEB-INF\lib\目录下的两个jar文件拷到项目的\WEB-INF\ lib\目录下。把其中的s ...
首先安装配置maven,参考maven->学习maven.
http://lwj9922.javaeye.com/admin/blogs/165651
(记得修改setting.xml)
之后开始appfuse。
参考 http://appfuse.org/display/APF/AppFuse+QuickStart
我选择 Struts 2 Basic 创建工程。
doc窗口操作: 在要放工程的的目录下 输入
mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse ...
近期学习maven,想写下来.
1.下载maven。 网址:http://maven.apache.org/download.html
2.解压缩后配置maven。
环境变量 M2_HOME 变量值是解压缩后的目录如:D:\tools\apache-maven-2.0.8
环境变量 path中 添加 %M2_HOME%\bin
环境变量 MAVEN_OPTS 变量值:-Xms256m -Xmx512m
之后在运行中cmd 在窗口输入 mvn -v
输出版本号 就安装完了。
修改配置文件D:\tools\apache-maven-2.0.8\con ...
dijit.Dialog
属性
duration
errorMessage
extractContent
href
isLoaded
loadingMessage
open
parseOnLoad
preload
preventCache
refreshOnShow
title
方法
cancel
hide
layout
refresh
resize
setContent
setHref
show
可覆盖方法
onContentError
onDownloadEnd
onDownloadError
onDownloadStart
onLo ...
dijit.form.Button, dijit.form.DropDownButton, dijit.form.ComboButton
属性
iconClass:指定按钮的图标样式
label:指定按钮显示的文字
optionsTitle:描述菜单选项的文字。
showLabel:是否显示按钮的label。
方法:
addChild:添加子widget。
getChildren:以数组的形式获得所有子widget。
setLabel
hasChildren
removeChild:删除子widget。
可覆盖方法:
onClick
dijit.Menu
属性 ...
属性
tabPosition:定义tab的显示位置。属性有: "top", "bottom", "left-h", "right-h"。
方法:
addChild:添加子widget。
back:选中前一个widget。
forward:选中下一个widget。
getChildren:以数组的形式获得所有子widget。
getParent:获得父容器。
removeChild:删除子widget。
resize:调整尺寸。
selectChild:根据"id"选取widget。
属性:
doLayout 如果为"true", 改变当前显示的widget到合适的尺寸。
方法:
addChild:添加子widget。
back:选中前一个widget。
forward:选中下一个widget。
getChildren:以数组的形式获得所有子widget。
getParent:获得父容器。
removeChild:删除子widget。
resize:调整尺寸。
selectChild:根据"id"选取widget。
效果:
属性:
activeSizing:指定是否只能使用鼠标拖拽分羹工具条来调整尺寸。
orientation:指定分割方式:"horizontal"、"vertical"。
persist:如果为true,则将信息写入cookie。
sizerWidth:指定分割工具条的宽度
方法:
addChild
getChildren
getParent
removeChild
resize
LayoutContainer的效果类似于Java中的awt布局中的BorderLayout。layoutAlign属性可以是:"left"、 "right"、"bottom"、"top"、"client"。
效果1:
效果2:







评论排行榜