Skip to content

Commit 61079cc

Browse files
author
Serkant Samurkas
committed
code editor changes
1 parent 37b82bf commit 61079cc

File tree

637 files changed

+65940
-14793
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

637 files changed

+65940
-14793
lines changed

Sobiens.Web.Components.zip

21.7 MB
Binary file not shown.

Sobiens.Web.Components/API Documentation/Grid/soby.ui.components.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
@@ -963,7 +963,7 @@ <h1 class="page-title">Source: soby.ui.components.js</h1>
963963
var navigationPane = $(this.ContentDivSelector + " .navigationpane");
964964
navigationPane.html("&lt;table style='margin:auto'>&lt;tbody>&lt;tr> \
965965
" + (this.DataService.CanNavigateToPreviousPage() == true ? "&lt;td>&lt;a href='javascript:void(0)' onclick=\"javascript:soby_WebGrids['" + this.GridID + "'].GoToPreviousPage()\">&lt;img src='" + this.ImagesFolderUrl + "/prev.gif' border='0' alt='Previous' style='vertical-align: middle;'>&lt;/a>&lt;/td>" : "") + " \
966-
&lt;td class='ms-paging'>" + this.DataService.StartIndex + " - " + this.DataService.EndIndex + "&lt;/td> \
966+
&lt;td class='soby-paging'>" + this.DataService.StartIndex + " - " + this.DataService.EndIndex + "&lt;/td> \
967967
" + (this.DataService.CanNavigateToNextPage() == true ? "&lt;td>&lt;a href='javascript:void(0)' onclick=\"javascript:soby_WebGrids['" + this.GridID + "'].GoToNextPage()\">&lt;img src='" + this.ImagesFolderUrl + "/next.gif' border='0' alt='Next' style='vertical-align: middle;'>&lt;/a>&lt;/td>" : "") + " \
968968
&lt;/tr>&lt;/tbody>&lt;/table>");
969969
}

Sobiens.Web.Components/Calendar/calendar/calendarjs.HTM

Lines changed: 0 additions & 223 deletions
This file was deleted.

0 commit comments

Comments
 (0)