Code Sample
EntreeListGroup TheGroup = output.AddListGroup(); EntreeListItemTitleIcon TheItem = TheGroup.AddListItem<EntreeListItemTitleIcon>(); TheItem.Title = "The Title"; TheItem.Icon = "images/my-icon.png"; EntreeClickActionObject TheClickAction = output.CreateClickAction(); TheClickAction["ScopeParameter"] = "Do Something"; TheItem.SetClickAction(TheClickAction);
Example Display

|
Last modified at 8/6/2009 4:15 PM by Joe Herres
|
|