NOTE: Use CListURLFullLinkMediator to get HTMLAnchors, this class might get changed in the future. 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(); ... }
For a list of all members of this type, see CListURLFullMediator Members.
System.Object
com.plumtree.portalpages.common.mediator.CListURLFullMediator
com.plumtree.portalpages.common.mediator.CListURLFullLinkMediator
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: com.plumtree.portalpages.common.mediator
Assembly: portalpages (in portalpages.dll)
CListURLFullMediator Members | com.plumtree.portalpages.common.mediator Namespace