SeedCodeHierarchy

Tool Tips

SeedCodeHierarchy.ToolTips History

Hide minor edits - Show changes to output

Changed lines 3-4 from:
Sure. If you want to just show the item's display (assuming our layout may be too narrow to show the whole thing), use "HierrachyPortal::ItemDisplayCalc" as the definition of your tool tip (without the quotes).
to:
Sure. If you want to just show the item's display (assuming your layout may be too narrow to show the whole thing), use "HierrachyPortal::ItemDisplayCalc" as the definition of your tool tip (without the quotes).
October 08, 2008, at 11:38 PM by 206.188.60.221 -
Changed lines 3-4 from:
Sure. If you want to just show the item's display (assuming our layout may be too narrow to show the whole thing), use "HierrachyPortal::ItemDisplayCalc" as the definition of your tool toip
to:
Sure. If you want to just show the item's display (assuming our layout may be too narrow to show the whole thing), use "HierrachyPortal::ItemDisplayCalc" as the definition of your tool tip (without the quotes).

If you'd rather show different information, you'll need to use a case statement to define the different contents for each level. Try a calc like this as your tool tip:

Changed lines 8-29 from:
not isempty ( HierarchyPortal::Level1KeyCalc ) ;

"Replace this with the fields you'd want to show in level 1. Use fields from HierarchyPortalLevel1"

; not isempty ( HierarchyPortal::Level2KeyCalc ) ;

"Replace this with the fields you'd want to show in level 2. Use fields from HierarchyPortalLevel2"

; not isempty ( HierarchyPortal::Level3KeyCalc ) ;

"Replace this with the fields you'd want to show in level 3. Use fields from HierarchyPortalLevel3"

; not isempty ( HierarchyPortal::Level4KeyCalc ) ;

"Replace this with the fields you'd want to show in level 4. Use fields from HierarchyPortalLevel4"

; not isempty ( HierarchyPortal::Level5KeyCalc ) ;

"Replace this with the fields you'd want to show in level 5. Use fields from HierarchyPortalLevel5"

)
to:
--> not isempty ( HierarchyPortal::Level1KeyCalc ) ;

--> "Replace this with the fields you'd want to show in level 1. Use fields from HierarchyPortalLevel1"

--> ; not isempty ( HierarchyPortal::Level2KeyCalc ) ;

--> "Replace this with the fields you'd want to show in level 2. Use fields from HierarchyPortalLevel2"

--> ; not isempty ( HierarchyPortal::Level3KeyCalc ) ;

--> "Replace this with the fields you'd want to show in level 3. Use fields from HierarchyPortalLevel3"

--> ; not isempty ( HierarchyPortal::Level4KeyCalc ) ;

--> "Replace this with the fields you'd want to show in level 4. Use fields from HierarchyPortalLevel4"

--> ; not isempty ( HierarchyPortal::Level5KeyCalc ) ;

--> "Replace this with the fields you'd want to show in level 5. Use fields from HierarchyPortalLevel5"

--> )
October 08, 2008, at 11:36 PM by 206.188.60.221 -
Added lines 1-27:
!! Can I show tool tips in the hierarchy?

Sure. If you want to just show the item's display (assuming our layout may be too narrow to show the whole thing), use "HierrachyPortal::ItemDisplayCalc" as the definition of your tool toip

--> Case (
not isempty ( HierarchyPortal::Level1KeyCalc ) ;

"Replace this with the fields you'd want to show in level 1. Use fields from HierarchyPortalLevel1"

; not isempty ( HierarchyPortal::Level2KeyCalc ) ;

"Replace this with the fields you'd want to show in level 2. Use fields from HierarchyPortalLevel2"

; not isempty ( HierarchyPortal::Level3KeyCalc ) ;

"Replace this with the fields you'd want to show in level 3. Use fields from HierarchyPortalLevel3"

; not isempty ( HierarchyPortal::Level4KeyCalc ) ;

"Replace this with the fields you'd want to show in level 4. Use fields from HierarchyPortalLevel4"

; not isempty ( HierarchyPortal::Level5KeyCalc ) ;

"Replace this with the fields you'd want to show in level 5. Use fields from HierarchyPortalLevel5"

)

(855) SEEDCODE
[email protected]
Follow us: