Skip to content

Commit

Permalink
Updated to v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jqwidgets committed Feb 11, 2019
1 parent 2cd6a2e commit b13abc9
Show file tree
Hide file tree
Showing 847 changed files with 19,181 additions and 7,883 deletions.
19 changes: 19 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
*********************************************
* jQWidgets v7.1.0 Release, Feb-11-2019 *
*********************************************

What's Fixed:

- Fixed an issue in jqxGrid regarding the ensurerowvisible method when grouping is enabled.
- Fixed an issue in jqxGrid regarding the keyboard navigation and selection when grouping is enabled.
- Fixed an issue in jqxGrid regarding the scrollbarsize property behavior.
- Fixed an issue in jqxGrid regarding the number input editor when the editor is localized.
- Fixed an issue in jqxGrid regarding the columnemenuopening column callback function.
- Fixed an issue in jqxGrid regarding the filter menu with datetimeinput and its popup.
- Fixed an issue in jqxGrid regarding the filter menu with the "show rows where" and "show rows where date" strings.
- Fixed an issue in jqxNumberInput regarding its resize rendering behavior.
- Fixed an issue in jqxScheduler regarding the appointmentOpacity.
- Fixed an issue in jqxScheduler - the labels of the resources disappeared on changing of the date in 'timeline view
- Fixed an issue in jqxDateTimeInput with "allowNullDate" and initial 'null'.
- Fixed an issue in jqxTextArea regarding the 'selectAll' method.

*********************************************
* jQWidgets v7.0.0 Release, Jan-10-2019 *
*********************************************

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Component, ViewChild } from '@angular/core';

import { jqxTreeGridComponent } from 'jqwidgets-scripts/jqwidgets-ts/angular_jqxtree';
import { jqxTreeGridComponent } from 'jqwidgets-scripts/jqwidgets-ts/angular_jqxtreegrid';

@Component({
selector: 'app-root',
Expand Down
4 changes: 2 additions & 2 deletions demos/Javascript & JQuery/bootstrapjs/bootstrap-footer.htm
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<title id="Description">Sticky Footer Navbar Template for Bootstrap and jQWidgets</title>

<!-- Bootstrap core CSS -->
<link href="../../styles/bootstrap.min.css" rel="stylesheet">
<link href="../../../styles/bootstrap.min.css" rel="stylesheet">
<!-- jQWidgets CSS -->
<link href="../../../jqwidgets/styles/jqx.base.css" rel="stylesheet">
<link href="../../../jqwidgets/styles/jqx.bootstrap.css" rel="stylesheet">
Expand Down Expand Up @@ -98,7 +98,7 @@ <h1>Sticky footer</h1>
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="../../../scripts/jquery-1.12.4.min.js"></script>
<script src="../../scripts/bootstrap.min.js"></script>
<script src="../../../scripts/bootstrap.min.js"></script>
<!-- jQWidgets JavaScript files -->
<script src="../../../jqwidgets/jqxcore.js"></script>
<script src="../../../jqwidgets/jqxbuttongroup.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<title id="Description">Responsive Grid layout built with Bootstrap and jQWidgets</title>
<!-- Bootstrap core CSS -->
<link href="../../styles/bootstrap.min.css" rel="stylesheet">
<link href="../../styles/bootstrap-theme.min.css" rel="stylesheet" />
<link href="../../../styles/bootstrap.min.css" rel="stylesheet">
<link href="../../../styles/bootstrap-theme.min.css" rel="stylesheet" />
<!-- jQWidgets CSS -->
<link href="../../../jqwidgets/styles/jqx.base.css" rel="stylesheet">
<link href="../../../jqwidgets/styles/jqx.bootstrap.css" rel="stylesheet">
Expand All @@ -14,7 +14,7 @@
<meta name="description" content="">
<meta name="author" content="">
<script type="text/javascript" src="../../../scripts/jquery-1.12.4.min.js"></script>
<script src="../../scripts/bootstrap.min.js"></script>
<script src="../../../scripts/bootstrap.min.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxcore.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxexpander.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxvalidator.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions demos/Javascript & JQuery/bootstrapjs/bootstrap-jumbotron.htm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="author" content="">
<title id="Description">Jumbotron Template for Bootstrap and jQWidgets</title>
<!-- Bootstrap core CSS -->
<link href="../../styles/bootstrap.min.css" rel="stylesheet">
<link href="../../../styles/bootstrap.min.css" rel="stylesheet">
<!-- jQWidgets CSS -->
<link href="../../../jqwidgets/styles/jqx.base.css" rel="stylesheet">
<link href="../../../jqwidgets/styles/jqx.bootstrap.css" rel="stylesheet">
Expand Down Expand Up @@ -90,7 +90,7 @@ <h2>Heading</h2>
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="../../../scripts/jquery-1.12.4.min.js"></script>
<script src="../../scripts/bootstrap.min.js"></script>
<script src="../../../scripts/bootstrap.min.js"></script>
<!-- jQWidgets JavaScript files -->
<script src="../../../jqwidgets/jqxcore.js"></script>
<script src="../../../jqwidgets/jqxbuttons.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<title id="Description">Sticky Footer Navbar Template for Bootstrap and jQWidgets</title>

<!-- Bootstrap core CSS -->
<link href="../../styles/bootstrap.min.css" rel="stylesheet">
<link href="../../../styles/bootstrap.min.css" rel="stylesheet">
<!-- jQWidgets CSS -->
<link href="../../../jqwidgets/styles/jqx.base.css" rel="stylesheet">
<link href="../../../jqwidgets/styles/jqx.bootstrap.css" rel="stylesheet">
Expand Down Expand Up @@ -119,7 +119,7 @@ <h1>Sticky footer with fixed navbar</h1>
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="../../../scripts/jquery-1.12.4.min.js"></script>
<script src="../../scripts/bootstrap.min.js"></script>
<script src="../../../scripts/bootstrap.min.js"></script>
<!-- jQWidgets JavaScript files -->
<script src="../../../jqwidgets/jqxcore.js"></script>
<script src="../../../jqwidgets/jqxmenu.js"></script>
Expand Down
49 changes: 0 additions & 49 deletions demos/Javascript & JQuery/jqxbutton/checkboxandknockoutjs.htm

This file was deleted.

120 changes: 0 additions & 120 deletions demos/Javascript & JQuery/jqxdatetimeinput/knockoutjs.htm

This file was deleted.

Loading

0 comments on commit b13abc9

Please sign in to comment.