Skip to main content
 

EntreeListItemTitleIconCaption

Product Information

Technical Requirements

Installation

Management

Customization

Programming Reference

Code Sample

EntreeListGroup TheGroup = output.AddListGroup();
EntreeListItemTitleIconCaption TheItem = TheGroup.AddListItem<EntreeListItemTitleIconCaption>();
TheItem.Title =
"The Title";
TheItem.Caption =
"The Caption";
TheItem.Icon =
"myicon.png";
EntreeClickActionObject TheClickAction = output.CreateClickAction();
TheClickAction[
"ScopeParameter"] = "Do Something";
TheItem.SetClickAction(TheClickAction);

Example Display

Mobile Title
 
Taxonomy
;;EntreeServer.Module.Controls;;
Use Mobile Content
No 
Mobile Content
 
Ord
 
Last modified at 8/6/2009 4:19 PM  by Joe Herres