jqGrid-免费许可证 [英] jqGrid - Free License

查看:76
本文介绍了jqGrid-免费许可证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

全部, 在过去的几年中,我一直在积极使用jqGrid,现在我需要它来满足需求.看来名称已更改为Gurrido JQGrid,并且似乎是经过许可的版本.

All, I was actively using jqGrid in the past few years, now I need it back to work on a requirement. Looks like the name has been changed to Gurrido JQGrid and seems to be a licensed version.

如果我不再可以将jqgrid用于商业目的,请让我知道吗? 至少可以使用jqGrid的早期版本吗?请让我知道..

Could you please let me know if I no longer can use jqgrid for commercial purposes? At lease can I use the previous version of jqGrid? Please let me know..

谢谢!

更新:粘贴代码段

<script type="text/javascript">
	$(document).ready(function(){
		$("#submitbutton1").click(function(){
 			jQuery("#listTable").jqGrid({
 			   	url:'/WebTest/MainAction.do',
 			  	datatype: "json",
                colNames: ['Label','Value'],
                colModel: [
                    {name:'label',index:'label'},
                    {name:'value',index:'value'}	
                ],
                autowidth : true,
                //iconSet: "fontAwesome",
                //showOneSortIcon: true,
                //autoResizing: { compact: true, widthOfVisiblePartOfSortIcon: 13 },
                //autoresizeOnLoad: true,
                rowNum: 10,
                rowList: [5, 10, 20, "10000:All"],
                viewrecords: true,
                pager: true,
                toppager: true,
                rownumbers: true,
                sortname: "label",
                sortorder: "desc",
                caption: "Test"
            }).jqGrid("navGrid", { view: true, cloneToTop: true})
            .jqGrid("inlineNav")
            .jqGrid("filterToolbar")
            .jqGrid("gridResize");
 		})
	})

</script>

<html >
<head>
  
<!-- <link rel="stylesheet"  type="text/css" media="screen" href="../font-awesome/css/font-awesome.min.css"> -->
<link rel="stylesheet" type="text/css" media="screen" href="../themes/ui-lightness/jquery-ui-1.10.4.custom.css" />
<link rel="stylesheet" type="text/css" media="screen" href="../css/ui.jqgrid.min.css" />
<!-- <link rel="stylesheet" type="text/css" media="screen" href="../css/searchFilter.css" /> -->
<!-- <link rel="stylesheet" type="text/css" media="screen" href="../css/ui.multiselect.css" /> -->
<script src="../js/jquery-1.11.1.min.js" type="text/javascript"></script>  
<script src="../js/jquery-ui-1.10.4.custom.min.js" type="text/javascript"></script>
<script src="../js/i18n/grid.locale-en.js" type="text/javascript"></script>
<script type="text/javascript">
	$.jgrid.no_legacy_api = true;
	$.jgrid.useJSON = true;
</script>
<script src="../js/jquery.jqgrid.min.js" type="text/javascript"></script> <!-- Version took from free jqgrid github -->
</head>
<title>Test</title>
<body bgcolor="white">
<br>
Hi this is the Test file
<input type="button" name="submitbutton1"  id="submitbutton1" value="Test">  
<br/>
<div id="outerDiv" style="margin:5px;">
        <table id="list"></table>
        <!--<div id="pager"></div>-->
</div>

// Tried this also, but its the same. Please note I have removed the iconSet as well.	
<table id="listTable"></table>
<div id="pager"></div>
</body>
</html>

推荐答案

一个人不能更改jqGrid先前发布版本的许可证.因此,如果您在代码中加载了在MIT和GPL许可证下获得双重许可"的代码,那么您可以在许可证下使用它.

One can't change the license of previously published versions of jqGrid. So if you loaded once the code which have "Dual licensed under the MIT and GPL licenses" comment inside then you can use it under the licenses.

在MIT或GPLv2许可下,可以免费使用jqGrid 4.7之前的所有版本(包括4.7).您可以从 github 下载(请参阅许可声明

All versions of jqGrid till (inclusive) 4.7 can be used for free under MIT or GPLv2 licenses. You can download it from github (see the license statement here).

4.7发行后不久发布的4.7.1版本具有新许可证.从4.7.1开始,最好使用另一个名称:该产品使用"Guriddo jqGrid JS".您可以在此处阅读更多有关Guriddo jqGrid JS的价格和条件的信息.

The version 4.7.1 published short time after publishing of 4.7 have new license. Starting with 4.7.1 it's better to use another name: "Guriddo jqGrid JS" for the product. You can read here more about the price and the conditions of Guriddo jqGrid JS.

MIT和GPLv2许可允许修改包含引用作为基础的先前版本的作者的代码.因此,我以 free jqGrid 为名开始了基于jqGrid 4.7的jqGrid的新分支.可以从github 此处下载. 自述文件 NuGet 上提供了该版本. >, npm Wiki文章)以简化用法.

MIT and GPLv2 licenses allows to modify the code holding the reference to the author of the previous version used as basis. So I started new fork of jqGrid based on jqGrid 4.7 under the name free jqGrid. One can download it from github here. The readme and the wiki provide additional information about new features which I implemented. I published the first release 4.8 of free jqGrid at 4 Mar 2015. I provided the version over NuGet, npm and bower additionally to the way to download the sources directly from GitHub. I posted the code additionally to different CDNs (see the wiki article) to simplify the usage.

我计划很快发布免费的jqGrid 4.9.我将在第二天发布Beta版本,但是您可以随时使用githib的版本.它始终包含从当前代码生成的jquery.jqgrid.min.jsjquery.jqgrid.src.jsjquery.jqgrid.min.map.

I plan to publish very soon free jqGrid 4.9. I'll post the beta version in next days, but you can use the version from githib at any time. It includes always jquery.jqgrid.min.js, jquery.jqgrid.src.js and jquery.jqgrid.min.map generated from the current code.

因此,您可以像名称中所说的那样免费使用免费的jqGrid.我只要求将错误报告为github issue 或将其发布在stackoverflow上.如果您在stackoverflow上发布有关免费jqGrid的问题,请同时使用选项卡"jqgrid"和"free-jqgrid".

So you can use free jqGrid for free like the name already says. I ask only to report the bugs as github issue or to post it on the stackoverflow. Please use both tabs "jqgrid" and "free-jqgrid" if you post the question about free jqGrid on the stackoverflow.

通过打开Wiki进行书写的方式.因此,如果有人想改善现有文章的文本以发布新文章,那么欢迎您!

By the way the wiki is opened for writing. So if somebody want to improve the text of existing articles of to post new one then you are welcome!

这篇关于jqGrid-免费许可证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆