Skip to content

feature(REPORT-9328): Modified the CDN version of reportviewer to static version #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: hotfix/hotfix-v19.3.0.53
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions PHP/ReportViewer/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The required scripts and CSS files can be copied into the above created sample f

Copy the PHP class libraries into the sample folder, which are the collection of PHP wrapper files. The PHP wrapper files are created individually for all controls to access and process its server-side values and then send it back to the client-side. These libraries are available within the following installed location:

* **(Installed Location)\\Syncfusion\\Essential Studio\\{{ site.releaseversion }}\\PHP\\Src**
* **(Installed Location)\\Syncfusion\\Essential Studio\\19.1.0.63\\PHP\\Src**

## Create a PHP file

Expand Down Expand Up @@ -65,11 +65,11 @@ Refer the required scripts and CSS files in the PHP page as mentioned below to r
<html>
<head>
<title>Getting Started - ReportViewer</title>
<link href="http://cdn.syncfusion.com/{{ site.releaseversion }}/js/web/flat-azure/ej.web.all.min.css" rel="stylesheet" />
<link href="http://cdn.syncfusion.com/{{ site.releaseversion }}/js/web/responsive-css/ej.responsive.css" rel="stylesheet" />
<link href="http://cdn.syncfusion.com/19.1.0.63/js/web/flat-azure/ej.web.all.min.css" rel="stylesheet" />
<link href="http://cdn.syncfusion.com/19.1.0.63/js/web/responsive-css/ej.responsive.css" rel="stylesheet" />
<script src="http://cdn.syncfusion.com/js/assets/external/jquery-3.0.0.min.js"></script>
<script src="http://cdn.syncfusion.com/js/assets/external/jsrender.min.js"></script>
<script src="http://cdn.syncfusion.com/{{ site.releaseversion }}/js/web/ej.web.all.min.js"></script>
<script src="http://cdn.syncfusion.com/19.1.0.63/js/web/ej.web.all.min.js"></script>
</head>
<body>
<?php
Expand All @@ -89,11 +89,11 @@ Include the PHP AutoLoad file reference within the `body` section of the PHP pag
<html>
<head>
<title>Getting Started - ReportViewer</title>
<link href="http://cdn.syncfusion.com/{{ site.releaseversion }}/js/web/flat-azure/ej.web.all.min.css" rel="stylesheet" />
<link href="http://cdn.syncfusion.com/{{ site.releaseversion }}/js/web/responsive-css/ej.responsive.css" rel="stylesheet" />
<link href="http://cdn.syncfusion.com/19.1.0.63/js/web/flat-azure/ej.web.all.min.css" rel="stylesheet" />
<link href="http://cdn.syncfusion.com/19.1.0.63/js/web/responsive-css/ej.responsive.css" rel="stylesheet" />
<script src="http://cdn.syncfusion.com/js/assets/external/jquery-3.0.0.min.js"></script>
<script src="http://cdn.syncfusion.com/js/assets/external/jsrender.min.js"></script>
<script src="http://cdn.syncfusion.com/{{ site.releaseversion }}/js/web/ej.web.all.min.js"></script>
<script src="http://cdn.syncfusion.com/19.1.0.63/js/web/ej.web.all.min.js"></script>
</head>
<body>
<?php require_once 'EJ\AutoLoad.php'; ?>
Expand Down
16 changes: 0 additions & 16 deletions php-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,22 +342,6 @@
<li><a href="/php/rte/getting-started">Getting Started</a></li>
</ul>
</li>
<li>
ReportViewer
<ul>
<li><a href="/php/reportviewer/overview">Overview</a></li>
<li><a href="/php/reportviewer/getting-started">Getting Started</a></li>
<li><a href="/php/reportviewer/limitations">Limitations</a></li>
<li>
How To
<ul>
<li>
<a href="/php/reportviewer/how-to/Load-Unsupported-Fonts">Load the Unsupported fonts in Application level for Cross Plat-forms</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
Scroller
<ul>
Expand Down