Skip to main content
 

EntreeListItemTitleCaption

Product Information

Technical Requirements

Installation

Management

Customization

Programming Reference

Code Sample

EntreeListGroup TheGroup = output.AddListGroup();
EntreeListItemTitleCaption TheItem = TheGroup.AddListItem<EntreeListItemTitleCaption>();
TheItem.Title =
"The Title";
TheItem.Caption = "The Caption";

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:15 PM  by Joe Herres