|
|
|
PrintAction Code & Example
-
Read more...
Include following code at the top of ascx page
<%@ Register TagPrefix="dnn" ACTIONBUTTON3" src="~/Admin/Containers/ActionButton.ascx"%>
...
Read Full Article
Content Pane code and Example
-
Read more...
SkinObject
Code Snippet
Description
Example
[CONTENTPANE]
< div runat=”server” id=”ContentPane” >
Injects a placeholder for module co...
Read Full Article
Visibility code and Example
-
Read more...
Include following code at the top of ascx page
<%@ Register TagPrefix="dnn" TagName="VISIBILITY" src="~/Admin/Containers/Visibility.ascx""%> ...
Read Full Article
Action Button code and Example
-
Read more...
SkinObject
Code Snippet
Description
Example
dnn:ActionButton
Generic Button control used for va...
Read Full Article
Title code and Example
-
Read more...
Include following code at the top of ascx page
<%@ Register TagPrefix="dnn" TITLE" src="~/Admin/Containers/Title.ascx"%>
SkinObject
...
Read Full Article
Icon code and Example
-
Read more...
Include following code at the top of ascx page
<%@ Register TagPrefix="dnn" TagName="ICON" src="~/Admin/Containers/Icon.ascx"%>
Skin...
Read Full Article
Drop Down Actions code and Example
-
Read more...
Include following code at the top of ascx page
<%@ Register TagPrefix="dnn" TagName="DROPDOWNACTIONS" src="~/Admin/Containers/DropDownActions.a...
Read Full Article
Link Actions code and Example
-
Read more...
Include following code at the top of ascx page
<%@ Register TagPrefix="dnn" TagName="LINKACTIONS" src="~/Admin/Containers/LinkActions.ascx"%>...
Read Full Article
Solpart code and Example
-
Read more...
ASCX SolpartMenu Code Snippet
<%@ Register TagPrefix="dnn" TagName="SOLPARTACTIONS" src="~/Admin/Containers/SolPartActions.ascx"%>
S...
Read Full Article
Previous Page | Next Page