Giter VIP home page Giter VIP logo

dwz's People

dwz's Issues

English language

I think this is a nice project but the fact that everything is in Chinese 
language is subsiding my interest.

Original issue reported on code.google.com by [email protected] on 31 May 2010 at 11:05

希望能在官方版本裏面支持iframe打開方式

1.希望能在官方版本裏面支持iframe打開方式
2.不知道最新的dwz1.6 是否支持jquery1.5.1,我用dwz1.5版 
更新jquery1.5.1以後,不能使用。
3.IE9下面 框架有問題,目前發現彈出窗口有問題
4.彈出窗口 
在3層以上,會有BUG,就是關掉一層窗口以後,背景LOCK 
DIV也關掉了,導致還有一層窗口浮在上面,卻沒有鎖掉背景��
�同樣的陰影層也沒了。

Original issue reported on code.google.com by [email protected] on 23 Mar 2011 at 6:13

dwz-1.2 grid排序问题

点击排序时,向后台提交的只有排序列,没有排序的方式(��
�序,倒序),只能排序一次,该问题通过后台程序是可以解�
��的,但是前台是否也应该支持记录排序方式呢。

Original issue reported on code.google.com by [email protected] on 29 Apr 2011 at 2:11

与图表控件结合使用会造成浏览器死掉(ie下)

由于要使用图表在结合了dwz后会出现浏览器死掉的情况
换过了hightcharts和jscharts两个框架
可参考附件对于DispHTMLGenericElement的元素处理有问题
所有属性调用都会Failed


Original issue reported on code.google.com by hipeace86 on 26 Dec 2011 at 8:51

Attachments:

希望可以提供下拉树,下拉表格(带分页查询) 功能

大概看了下框架本身很不错,但希望可以提供下拉树,下拉��
�格(带分页查询 ,现在的查找并返回 组件感觉 
还不是很方便使用。),树表格,向导组件(Next,Next 
那种)功能。另外右键菜单感觉还需杜权同志美化下,树型��
�件好象没找到拖拽功能,导航Tab个人觉得可以加个双击关闭�
��前Tab 
的功能。最后感觉框架还是在按照老的操作方式来提供组件��
�没有新意。在用户体验方面还需多个心眼。

Original issue reported on code.google.com by [email protected] on 29 Dec 2011 at 6:27

对 dwz.tab.js 的改进,ajax不重复刷新,模仿navTab的关闭按钮

对 dwz.tab.js 的改进

原来的 class="j-ajax" 每次点击tab都刷新
<!--ajax载入,每次点击都刷新-->
<li><a href="tab2.html" class="j-ajax"><span>从表2</span></a></li>

1. 加了 ajax-once 可以只载入一次,就像navTab的行为,改进在 
dwz.tab.js
<!--ajax载入,只载入一次-->
<li><a href="tab1.html" class="j-ajax ajax-once"><span>从表1</span></a></li>

2. 从navTab复制过来的关闭外观,改进在 core.css 和 style.css 里
<!--关闭按钮-->
<li><a href="tab3.html" class="j-ajax"><span>从表3</span></a><a href="#" 
class="close">close</a></li>

Original issue reported on code.google.com by [email protected] on 15 Dec 2011 at 3:32

Attachments:

IE8下“切换角色”时,界面无法正常切换。

“切换角色”时,界面无法正常切换,处于“数据加载中,��
�稍等...”,ie任务栏上的信息如下:
网页错误详细信息

用户代理: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; 
CIBA; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MS-RTC LM 
8)
时间戳: Wed, 15 Sep 2010 13:26:24 UTC


消息: 参数无效。
行: 4618
字符: 4
代码: 0
URI: http://127.0.0.1/dwz-demo/javascripts/jquery-1.4.2.js


Original issue reported on code.google.com by [email protected] on 15 Sep 2010 at 1:30

combox 布局问题

使用
<div class="pageFormContent" layoutH="90">
<p>
<label>
  ID号:
</label>
<input type="text" name="loginName" class="combox"/>
</p>布局时,combox显示位置在label文字下面,去掉core.css中的
.pageFormContent div  
/*clear:both*/属性即可正常显示,但不知道会不会影响其它地方
,目前还没有发现

Original issue reported on code.google.com by [email protected] on 11 Jan 2011 at 1:25

Attachments:

哪里有源码下载啊?

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 May 2010 at 9:32

iframecallback 无法解析返回的json

使用隐藏iframe上传文件时,无法解析返回的json,总是直接弹�
��错误提示,直接显示json。
原因就是在iframe里返回的json数据,被包上一层 <pre></pre> 。
fx8 chrome12 ie8均有此现象。其中 chrome12 的pre还带style。

修正如下:dwz.ajax.js 
function _iframeResponse(iframe, callback){

原先
response = $iframe.contents().find("body").html();
response = jQuery.parseJSON(response);

修改
var body = $iframe.contents().find("body");
if(body.children().size() == 0){
    response = body.html();
}else{
    response = $("pre:first",body).html();
}
response = jQuery.parseJSON(response);

Original issue reported on code.google.com by [email protected] on 21 Dec 2011 at 7:02

DWZ-RIA-1.3 RC2 连接超时(301)返回Bug

按照道理说这应该是个Bug吧

服务器超时时,服务器端返回 Content-Type    application/json; 
charset=utf-8时客户端不会有任何提示,也就是不会提示会话超�
��,大概测试了一下,返回 text/html 和 text/plain 
都可以成功触发前台提示会话超时,请关注一下,谢谢。
PS,找这个问题的时候可把我急坏了,一晚上没睡着,呵呵。

Original issue reported on code.google.com by [email protected] on 13 Aug 2011 at 2:45

www.dwzjs.com无法访问

www.dwzjs.com无法访问

Original issue reported on code.google.com by swingcoder on 18 Nov 2010 at 12:59

国际化要求.

Hey, 能否把所有的显示信息做一个国际化呢? 
我想在项目中使用你们的框架, 但是老
板是美国人, 经理是**人, 业务是大陆人, 
我的系统要求国际化所有显示标签, 至
少要有英文, 繁体及简体.

谢谢!


Original issue reported on code.google.com by [email protected] on 13 Apr 2010 at 12:06

1.3RC1 select标签不能选中

给select标签的option添加selected属性时,不能正常选中


我直接在demo里改了一个页面demo_page4.html
<select name="capital" class="required combox">
<option value="">请选择</option>
<option value="10">10</option>
<option value="10"  selected='selected'> 50</option>
<option value="10">100</option>
</select>

上面的代码
直接显示选中的为 1050100
而不是50

Original issue reported on code.google.com by [email protected] on 27 Jun 2011 at 4:14

combox的onchange事件触发似乎有问题

你好!
在DEMO的分页实例中,onchange事件是绑定在select上的
<select class="combox" name="numPerPage" showvalue="<s:property 
value="page.size" />" onchange="navTabPageBreak({numPerPage:this.value});">
但是我发现select永远认为第一个option是默认值,即使根据一��
�帖子提交将value修改为showvalue,仍然无法解决onchange的触发错
误。

我尝试修改源码,在98行加入以下代码:
$("option[value='"+value+"']", $this).attr("selected", "selected");
让select中的被选中项与ul中保持一致,这样运行起来似乎就正
常了。

请Roger Wu帮忙看下我的判断是否正确,谢谢!

Original issue reported on code.google.com by [email protected] on 25 Nov 2011 at 8:14

Attachments:

DWZ怎样和现有的jQuery插件结合呢?

What steps will reproduce the problem?
1. DWZ是个很好的框架!使得开发很有序。
2. 在jQuery的基础上有很多优秀的插件
3. 
怎样把这2个优势结合在一起呢?做一个完整的插件包是不是�
��法之一?

例如
1、jQuery图片剪裁插件 Jcrop 是OSCHINA推荐的一个插件
(http://www.oschina.net/p/jcrop)
   在上传图片的时候,可以使用该插件获得更高效的开发效果。
2、jQuery进度条插件 jQuery 
progressBar,也是OSCHINA推荐的一个插件
(http://www.oschina.net/p/jquery+progressbar)
   在上传表单时候提示是使用该插件,可以是开发更简易,而且获得更好的效果!

开发小组的人以为如何?


Original issue reported on code.google.com by [email protected] on 7 May 2010 at 5:34

关于ajax的方法

目前发现所有的ajax方法都是POST的,这个对于REST控来说很郁��
�啊,希望下个版本在每个ajaxDone之前能够留个参数来填写提��
�方式,POST,GET,PUT,DELETE,后者就封装个_method呗。说白了,就��
�希望dwz支持RESTful。

Original issue reported on code.google.com by [email protected] on 1 Aug 2011 at 4:14

选项卡内容显示在 IE7 下有 BUG

当选项卡内容超出选项卡高度时,某些内容无法滚动显示。��
�如,选项卡中有面板时就是这样。

请用以下内容替换 demo 中的 w_tabs 的内容可再现此 bug

<h2 class="contentTitle">选项卡面板演示</h2>

<div class="pageContent">
    <div class="tabs">
        <div class="tabsHeader">
            <div class="tabsHeaderContent">
                <ul>
                    <li class="selected"><a href="#"><span>标题1</span></a></li>
                    <li><a href="#"><span>标题2</span></a></li>
                    <li><a href="demo_page2.html" class="j-ajax"><span>标题3</span></a></li>
                </ul>
            </div>
        </div>
        <div class="tabsContent" style="height:150px;">
            <div>
              <div class="panel collapse">
            <h1>基本情况</h1>
            <div>
                <div>内容2</div>
                <div>内容2</div>
                <div>内容2</div>
                <div>内容2</div>
                <div>内容2</div>
                <div>内容2</div>
                <div>内容2</div>
          </div>
        </div>
        <br/>
        <div class="panel collapse">
            <h1>学历情况</h1>
            <div>
                <div>内容2</div>
                <div>内容2</div>
                <div>内容2</div>
                <div>内容2</div>
                <div>内容2</div>
                <div>内容2</div>
          </div>
        </div>
            </div>
            <div>内容2</div>
            <div></div>
        </div>
        <div class="tabsFooter">
            <div class="tabsFooterContent"></div>
        </div>
    </div>
</div>

Original issue reported on code.google.com by [email protected] on 29 Aug 2010 at 12:49

combox默认值问题

如果有两个选项a和b

没有设置默认的选项,a排在第一位,页面上显示是选择a选项
但在hidden input 的value="",应该设置为显示的选择的值 

Original issue reported on code.google.com by [email protected] on 11 Jan 2011 at 1:18

statusCode问题

我在后台php输出错误码:
echo '{
            "statusCode":"300", 
            "message":"缺少星号项目",
            "navTabId":"",
            "rel":"",
            "callbackType":"closeCurrent",
            "forwardUrl":""
}';

在前台的还是提示成功。statusCode300不是应该提示错误嘛?请�
��位前辈们赐教

Original issue reported on code.google.com by [email protected] on 22 Nov 2011 at 3:10

Attachments:

在模态窗口中使用dialog的问题

我想实现在当前的模态窗口中打开dialog窗口,因此不能使用ta
rget='dialog'的引用形式,而用js调用的方式,却始终不能弹出��
�口。

调用代码如下:
<a onclick="javascript:dialog('/project/create/', 'project_create', 
'{project_create}');">{project_create}</a>

Original issue reported on code.google.com by [email protected] on 4 Jan 2011 at 9:04

希望能多提供一些综合性的例子

现在的例子都比较基础,无法很好的理解。
希望能提供一些综合性的例子,如:
1. 
表格的分页,添加记录,删除记录,修改记录,查询,高级��
�询,可以不使用后台
技术,而作出效果,当然最好是使用一种后台技术作为事例��
�
2. tree的使用,比如从后台加载数据,ajax加载sub 
tree,删除节点,如何获得选中
的节点(包含多个节点);最好能增加节点的拖拽功能,非常有
用。
3. 
tab控件如何ajax加载内容。tab控件最好能实现鼠标移入切换的�
��果,可以选择切
换方式:鼠标移入,或者点击
4. 
layout控件,如何实现更复杂的布局,比如在window里面实现layou
t布局,或者
layout里面有子layout。另外,layout左边缩起来以后,最好能实��
�鼠标放上去就弹
出来的效果,比较方便。
5. 
jquery1.4出来很长时间了,很稳定,速度也提升很大,希望能��
�级到1.4,还有
validate控件升级到1.7,xheditor升级到1.0rc3.关于xheditor,希望能�
��供与后台
结合的例子,比如如何上传文件,提交以后如何实现各种代��
�的高亮等。
6. 
弹出框,现在默认都是从上面的中间滑出,不知道是否可以��
�义其出现的位置,以
及自动隐藏的时间。希望提供这样的例子。
7. 
panel控件,希望能提供收缩,弹开的例子。以及结合layout的例
子。

啰嗦了很多,不知道是不是符合作者的思路,dwz是个不错的jq
uery ui框架,希望能
快速成长。另外有一个跟dwz非常类似的国人开发的http://code.go
ogle.com/p
/jquery-easyui/ , 
不知道是否可以做一些参考,比如增加autocomplete, drop tree
等控件。

Original issue reported on code.google.com by [email protected] on 7 May 2010 at 3:34

chm 文档错误

Ajax表单->文件上传表单提交

<form method="post" action="url" class="pageForm required-validate" 
enctype="multipart/form-data" onsubmit="return ifarmeCallback(this);">

或

<form method="post" action="url" class="pageForm required-validate" 
enctype="multipart/form-data" onsubmit="return ifarmeCallback(this, 
xxxCallback);">

ifarmeCallback函数名错误

Original issue reported on code.google.com by [email protected] on 2 Jul 2010 at 8:36

局部刷新问题

1.3 RC3 后续版本直接支持分页组件局部刷新
<div class="pagination" targetType="navTab" rel="xxxId" totalCount="200" 
numPerPage="20" pageNumShown="10" currentPage="1"></div>

rel="xxxId" 是局部刷新容器的id
按照论坛的提示未成功局部刷新,通过loadUrl的方式可以局部�
��新。(已升级到1.3rc3)
希望作者解答下,谢谢

Original issue reported on code.google.com by [email protected] on 1 Sep 2011 at 9:08

Attachments:

Combox 组件和struts结合问题

如果不手工选择combox列表的值,struts2的action无法获得该combox�
��默认值(代码指定).
如
<div class="combox">
 <div id="1296956902865" class="select" name="tableName">
 <a href="#" name="tableName" value="T_query" change="">T_query</a>
 <input name="tableName" value="" type="hidden">
 </div>
</div>
其中 <a href。。。>中为默认值。但没有赋值给input 
,除非手工选择。

Original issue reported on code.google.com by [email protected] on 6 Feb 2011 at 1:58

DWZ 主題樣式太少

到目前為止,DWZ主題樣式,還是少了點,最近增加了一個還��
�錯,但是希望還能多加點
或者能不能提供下PSD原始檔,可以供我們自由發揮,呵呵!

Original issue reported on code.google.com by [email protected] on 12 Jul 2011 at 7:05

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.