Skip to content

Commit

Permalink
Syncfusion update to version 14.3.0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
bpbecker committed Oct 4, 2016
1 parent 0951a02 commit 256eb68
Show file tree
Hide file tree
Showing 918 changed files with 423,886 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Config/Resources.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
-->
<resource>
<name>sfTheme</name>
<style>/Syncfusion/assets/css/web/gradient-saffron/ej.widgets.all.min.css</style>
<style>/Syncfusion/assets/css/web/gradient-saffron/ej.web.all.min.css</style>
</resource>
<resource>
<name>jquery.easing</name>
Expand Down
2 changes: 1 addition & 1 deletion Config/Virtual.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<directory>
<alias>Syncfusion</alias>
<path>%ServerRoot%/PlugIns/Syncfusion-14.2.0.26/</path>
<path>%ServerRoot%/PlugIns/Syncfusion-14.3.0.49/</path>
</directory>

<directory>
Expand Down
Binary file not shown.
Binary file not shown.
27 changes: 27 additions & 0 deletions HTML/_SF/ejLocale.dyalog
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
:Class ejLocale : #._html.script
Localization utility for Syncfusion widgets

:field public Locales''
:field SyncfusionLocalesPath'/Syncfusion/assets/scripts/cultures/ej.culture.⍵.min.js'

make
:Access public
:Implements constructor

make1 locales
:Access public
:Implements constructor
Localeslocales

rRender
:Access public
r''
:If ~0Locales
:For locale :In eis Locales
r,⎕NEW #._.Script(''(SyncfusionLocalesPath{}locale)).Render
:EndFor
:EndIf
:EndClass

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 256eb68

Please sign in to comment.