Skip to main content
 

EntreeListItemTitle

Product Information

Technical Requirements

Installation

Management

Customization

Programming Reference

Code Sample

EntreeListGroup TheGroup = output.AddListGroup();
EntreeListItemTitle TheItem = TheGroup.AddListItem<EntreeListItemTitle>();
TheItem.Title =
"The Title";
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:14 PM  by Joe Herres