Skip to content

Commit

Permalink
Add README.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfreitasleal committed Oct 17, 2018
1 parent 82bc29e commit 6e5aa95
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AspNetAuthentication/README.md
@@ -1,6 +1,8 @@
ASP.NET Authentication
====

<img src="https://raw.githubusercontent.com/iceteagroup/wisej-examples/master/Support/Images/AspNetAuthentication.png" width="350" height="233">

Example application to demonstrate the integration of ASP.NET Authentication into a Wisej application.

License
Expand Down
2 changes: 2 additions & 0 deletions BackgroundTasks/README.md
@@ -1,6 +1,8 @@
Background Tasks
====

<img src="https://raw.githubusercontent.com/iceteagroup/wisej-examples/master/Support/Images/BackgroundTasks.png" width="350" height="233">

This very ambitious example uses background tasks, canvas drawing, flow layout, and the desktop notification extension to show off multiple tasks running in the background and all updating the client at the same time.

License
Expand Down
2 changes: 2 additions & 0 deletions Buttons/README.md
@@ -1,6 +1,8 @@
Buttons
====

<img src="https://raw.githubusercontent.com/iceteagroup/wisej-examples/master/Support/Images/buttons.png" width="350" height="233">

This example shows how to use the several image properties with the Wisej.Web.Button control. The same concepts work with all controls with the same image properties.

License
Expand Down
14 changes: 14 additions & 0 deletions ColumnFilter/README.md
@@ -0,0 +1,14 @@
Column Filter
====

<img src="https://raw.githubusercontent.com/iceteagroup/wisej-examples/master/Support/Images/ColumnFilter.png" width="350" height="233">

Shows how to use the [ColumnFilter](https://github.com/iceteagroup/wisej-extensions/tree/master/Wisej.Web.Ext.ColumnFilter) Wisej extension. This extension is used to Filter your DataGridView rows.

## [How to blog](https://wisej.com/blog/columnfilter/)

## [Try it on Online](http://demo.wisej.com/ColumnFilter)

License
-------
<img src="http://iceteagroup.com/wp-content/uploads/2017/01/Square-64x64-trasp.png" height="20" align="top"> Copyright (C) ICE TEA GROUP LLC, All rights reserved.
9 changes: 8 additions & 1 deletion ComponentMixin/README.md
@@ -1,6 +1,13 @@
Component Mixin
====

<img src="https://raw.githubusercontent.com/iceteagroup/wisej-examples/master/Support/Images/ComponentMixin.png" width="350" height="233">

Shows how to use mixins to have two or more appearances for TreeView and ListBox on the same application.

## 1. About mixins

A mixin is a partial theme definition. It extends or overrides the application theme, no matter what theme is used by the application
A mixin is a partial theme definition. It extends or overrides the application theme, no matter what theme is used by the application.

A mixin file must be named <arbitrary_mixin_name>__.mixin.theme__ and must in the __/Themes__ folder. The __Build Action__ can be set to __Embedded Resource__, __Content__ or __None__. This project uses the later option.

Expand Down
2 changes: 2 additions & 0 deletions CustomPainting/README.md
@@ -1,6 +1,8 @@
Custom Painting
====

<img src="https://raw.githubusercontent.com/iceteagroup/wisej-examples/master/Support/Images/CustomPainting.png" width="350" height="233">

Shows one of the many unique features of Wisej: Custom Painting. You can draw using basic GDI on the surface of any widget. This is one of the most powerful functionality in Wisej, along with Custom Drawing, Real Time Updates, and Background Tasks.

License
Expand Down
2 changes: 2 additions & 0 deletions DeepLinking/README.md
@@ -1,6 +1,8 @@
Deep Linking
====

<img src="https://raw.githubusercontent.com/iceteagroup/wisej-examples/master/Support/Images/DeepLinking.png" width="350" height="233">

A common issue for all Single Page Application (SPA) frameworks is the lack of URLs that can define a specific state: i.e. http://localhost/myapp?customer_id=34. Wisej includes full support for deep linking using the hash value in the URL, both on the client and the server side (i.e. http://localhost#id=34).

License
Expand Down
10 changes: 10 additions & 0 deletions Download/README.md
@@ -0,0 +1,10 @@
Download
====

<img src="https://raw.githubusercontent.com/iceteagroup/wisej-examples/master/Support/Images/Download.png" width="350" height="233">

This example shows different ways of providing download options with Wisej. The options `Download` and `DownloadAndOpen` should suit for basic requirements with static downloads. Dynamic downloads options include download based on a FileStream and download of a ZIP file created in memory.

License
-------
<img src="http://iceteagroup.com/wp-content/uploads/2017/01/Square-64x64-trasp.png" height="20" align="top"> Copyright (C) ICE TEA GROUP LLC, All rights reserved.
4 changes: 4 additions & 0 deletions EditorsChoice/README.md
@@ -1,13 +1,17 @@
Editors Choice
====

<img src="https://raw.githubusercontent.com/iceteagroup/wisej-examples/master/Support/Images/EditorsChoice.png" width="350" height="233">

Example of using 3 Wisej extensions for formatted text editors: [CKEditor](https://github.com/iceteagroup/wisej-extensions/tree/master/Wisej.Web.Ext.CKEditor), [TinyMCE](https://github.com/iceteagroup/wisej-extensions/tree/master/Wisej.Web.Ext.TinyMCE) and [TinyEditor](https://github.com/iceteagroup/wisej-extensions/tree/master/Wisej.Web.Ext.TinyEditor). Use it to explore the different features of all 3 edit controls. When Live Sync is checked, changes you apply in CKEditor1 control are directly reflected in real time in the 3 lower edit controls.

Uses 3rd party JavaScript library:
- [CKEditor](https://ckeditor.com)
- [TinyMCE](https://www.tiny.cloud)
- [TinyEditor](https://github.com/jessegreathouse/TinyEditor)

## [Blog](https://wisej.com/blog/editors-choice/)

## [Try it on Online](http://demo.wisej.com/EditorsChoice)

License
Expand Down
4 changes: 4 additions & 0 deletions FullCalendar/README.md
@@ -1,10 +1,14 @@
FullCalendar
====

<img src="https://raw.githubusercontent.com/iceteagroup/wisej-examples/master/Support/Images/FullCalendar-Sample.png" width="350" height="233">

This example shows how to use the [FullCalendar](https://github.com/iceteagroup/wisej-extensions/tree/master/Wisej.Web.Ext.FullCalendar) Wisej extension and the StyleSheet extender together with the MonthCalendar control and a ComboBox with HTML items.

Uses 3rd party JavaScript library [FullCalendar](https://fullcalendar.io/)

## [Try it on Online](http://demo.wisej.com/FullCalendar)

License
-------
<img src="http://iceteagroup.com/wp-content/uploads/2017/01/Square-64x64-trasp.png" height="20" align="top"> Copyright (C) ICE TEA GROUP LLC, All rights reserved.
2 changes: 2 additions & 0 deletions GoogleMaps/README.md
@@ -1,6 +1,8 @@
GoogleMaps
====

<img src="https://raw.githubusercontent.com/iceteagroup/wisej-examples/master/Support/Images/GoogleMapsExample.png" width="350" height="233">

This example shows how to use the [GoogleMaps](https://github.com/iceteagroup/wisej-extensions/tree/master/Wisej.Web.Ext.GoogleMaps) Wisej extension, set the options, add markers, receive map events on the server, use coordinates and addresses for geocoding, get geocode information, and more.

Uses 3rd party online JavaScript library [Google Maps](https://cloud.google.com/maps-platform/)
Expand Down

0 comments on commit 6e5aa95

Please sign in to comment.