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 18, 2018
1 parent c82286f commit 45333e2
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 3 deletions.
9 changes: 7 additions & 2 deletions ReadOnlyMixin/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
ReadOnly Mixin
====

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

The __ReadOnly__ state that was introduced in Wisej 1.5.4. No __Styles__ or __Properties__ are defined in the standard theme files, as different people have different views on how a ReadOnly control should look like. This example shows how to do a mixin to define how a ReadOnly control will look.

## 1. Concepts

A mixin is a partial theme definition. It extends or overrides the application theme, no matter what theme is used by the application
Expand All @@ -12,8 +19,6 @@ A mixin must be created in Visual Studio and it may be edited in the ThemeBuilde

## 2. About the ReadOnly state

The ReadOnly state was introduced in Wisej 1.5.4. No __Styles__ or __Properties__ are defined in the standard theme files, as different people have different views on how a ReadOnly control should look like.

The ReadOnly state is supported on the following controls:
* TextBox
* ComboBox
Expand Down
14 changes: 14 additions & 0 deletions SlideBar/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
SlideBar
====

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

Shows how to use the new new __SlideBar__ control that can be used as a container for objects of virtually any type. Contained objects can be scrolled by arrow buttons, swiping or programmatically

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

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

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 SmoothieChartSample/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Smoothie Chart
====

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

Shows how to use the [SmoothieChart](https://github.com/iceteagroup/wisej-extensions/tree/master/Wisej.Web.Ext.SmoothieChart) Wisej extension. This example application charts multiple feeds of streaming data, using different font sizes.

Uses 3rd party JavaScript library [Smoothie Charts](http://smoothiecharts.org/) for charting streaming data
Expand Down
2 changes: 2 additions & 0 deletions TourPanelSample/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Tour Panel
====

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

The Tour Panel example shows how to use the [TourPanel](https://github.com/iceteagroup/wisej-extensions/tree/master/Wisej.Web.Ext.TourPanel) Wisej extension to create a guided tour of an application. A guided tour is organized in steps and step progression may be controlled by the user or may be set to automatic mode.

## [Try it on Online](http://demo.wisej.com/TourPanel)
Expand Down
4 changes: 3 additions & 1 deletion TreeGrid/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Tree Grid
====

The Tree Grid example shows how to create a hierarchical DataGridView. Wisej extends the WinForms DGV control so any row can have child rows, and rows with children may be expanded or collapsed to show or hide the children.
<img src="https://raw.githubusercontent.com/iceteagroup/wisej-examples/master/Support/Images/TreeGrid.png" width="350" height="233">

The Tree Grid example shows how to create a hierarchical DataGridView. Wisej extends the WinForms DGV control so any row can have child rows, and rows with children may be expanded or collapsed to show or hide the children. This sample shows how to use this Wisej feature with `DataTables` and generic `List` of objects,

License
-------
Expand Down
2 changes: 2 additions & 0 deletions UserControl/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
User Control
====

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

The User Control example shows how to create a server side widget component that can be reused in the application. A user control is a container based on Wisej.Web.UserControl that can expose methods, properties and events, and it’s integrated with the Wisej Designer.

License
Expand Down
2 changes: 2 additions & 0 deletions UserDesktop/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
User Desktop
====

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

This example shows how to use the Wisej.Web.Desktop component to create a custom desktop. It has been extended with the [BingWallpaper](https://github.com/iceteagroup/wisej-extensions/tree/master/Wisej.Web.Ext.BingWallpaper) Wisej extension to show some very nice backgrounds.

License
Expand Down

0 comments on commit 45333e2

Please sign in to comment.