Methods:
Add,
Remove
|
ASP.NET Show documentation - Methods
|
| |
|
OboutInc.Show namespace
<%@ Register TagPrefix="obshow" Namespace="OboutInc.Show" Assembly="obout_Show_Net" %>
Methods - Add
AddPanel
|
Add a new panel to the Show's panels collection.
Returns the panel index in the collection.
int AddPanel(Panel panel)
|
AddPanelAt
|
Add a new panel to the Show's panels collection, at the specified position.
void AddPanelAt(int index, Panel panel)
|
AddImagePanel
|
Add a new image panel to the Show's panels collection.
Returns the panel index in the collection.
int AddImagePanel(string imagePath, bool selected)
- imagePath - The path to the image to be loaded inside the show's panel
- selected - Panel will be selected as default Show's panel
int AddImagePanel(string imagePath)
- imagePath - The path to the image to be loaded inside the show's panel
|
AddImagePanelAt
|
Add a new image panel to the Show's panels collection, at the specified position.
void AddImagePanelAt(int index, string imagePath, bool selected)
- index - Index in the collection
- imagePath - The path to the image to be loaded inside the show's panel
- selected - Panel will be selected as default Show's panel
void AddImagePanelAt(int index, string imagePath)
- index - Index in the collection
- imagePath - The path to the image to be loaded inside the show's panel
|
AddUrlPanel
|
Add a new url panel to the Show's panels collection.
Returns the panel index in the collection.
int AddUrlPanel(string url, bool selected)
- url - The path to the page to be loaded inside the show's panel
- selected - Panel will be selected as default Show's panel
int AddUrlPanel(string url)
- url - The path to the page to be loaded inside the show's panel
|
AddUrlPanelAt
|
Add a new url panel to the Show's panels collection, at the specified position.
void AddUrlPanelAt(int index, string url, bool selected)
- index - Index in the collection
- url - The path to the page to be loaded inside the show's panel
- selected - Panel will be selected as default Show's panel
void AddUrlPanelAt(int index, string url)
- index - Index in the collection
- url - The path to the page to be loaded inside the show's panel
|
AddHtmlPanel
|
Add a new html panel to the Show's panels collection.
Returns the panel index in the collection.
int AddHtmlPanel(string innerHtml, bool selected)
- innerHtml - Html content of the panel
- selected - Panel will be selected as default Show's panel
int AddHtmlPanel(string innerHtml)
- innerHtml - Html content of the panel
|
AddHtmlPanelAt
|
Add a new html panel to the Show's panels collection, at the specified position.
void AddHtmlPanelAt(int index, string innerHtml, bool selected)
- index - Index in the collection
- innerHtml - Html content of the panel
- selected - Panel will be selected as default Show's panel
void AddHtmlPanelAt(int index, string innerHtml)
- index - Index in the collection
- innerHtml - Html content of the panel
|
|
|
|
|
Methods - Remove
RemovePanel
|
Removes the panel from the panels collection.
void RemovePanel(Panel panel)
|
RemovePanelAt
|
Removes the panel with the specified index from the panels collection.
void RemovePanelAt(int index)
- index - Index in the collection
|
|
|
|
|
| "I just experimenting with your window and I must say that I am really so impressed with it.I am currently using teleik window but after I tried yours , I made my mind to move towards yours, what I really like about your components
is the really simple API and it is light on browser, I made some tests comparing window to telrik one and I must say your outtakes telerik." |
Ferasman |
|
| |
|