Plumtree Pluggable Navigation API  
 

CListURLFullLinkMediator Class

Generates HTMLAnchors with target URLs in href, display string and image(s) if assigned. This class is similar to CListURLTemplateMediator, except that the HREF is used to go to the URL instead of onlick evens. Hence, it is 508 compatible since no browser Javascript capability is required. Example use: ICPListIterator mediator = new CListURLFullMediator(m_asOwner, cpList1); mediator.SetLabelMaxLength(50); //set the maximum label length to 50 characters while (mediator.Next()) { HTMLAnchor anchor = (HTMLAnchor) mediator.GetEntry(); ... } Extension of ASURL mediator that wraps links in HTMLAnchors. 508 compatible

For a list of all members of this type, see CListURLFullLinkMediator Members.

System.Object
   com.plumtree.portalpages.common.mediator.CListURLFullMediator
      com.plumtree.portalpages.common.mediator.CListURLFullLinkMediator

public class CListURLFullLinkMediator : CListURLFullMediator

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.portalpages.common.mediator

Assembly: portalpages (in portalpages.dll)

See Also

CListURLFullLinkMediator Members | com.plumtree.portalpages.common.mediator Namespace