Hi Clinton,
This is where we have a topic InstructionCard [1]. It serves as a help file
for WikiTalk syntax. You need to click on Presentations and it will show you
the various possibilities. The one you are after is Link. It has a number of
inputs defined. Also you may want to consider the Image object on the same
page.

[1] http://www.flexwiki.com/default.aspx/FlexWiki/InstructionCard.html

John Davidson

On Wed, Mar 12, 2008 at 8:39 PM, Astralis Lux <[EMAIL PROTECTED]>
wrote:

> How can I place an external link at the bottom of this WikiTalk?
>
> { [ Presentations.ContainerStart("div", "InfoBoxProgrammer"),
> Presentations.ContainerStart("span", "infoboximg"),
> "http://www.def.com/images/plainlogo.gif";,
> Presentations.ContainerEnd("span"), Newline,
> Presentations.ContainerStart("span", "InfoBoxTitle"), "Member",
> Presentations.ContainerEnd("span"), Newline,
> Presentations.ContainerStart("span", "InfoBoxHdr"), "Member Name",
> Presentations.ContainerEnd("span"), Newline,
> Presentations.ContainerStart("span", "InfoBoxValue"),
> topic.GetProperty("Name"), Presentations.ContainerEnd("span"), Newline,
> Presentations.ContainerStart("span", "InfoBoxHdr"), "Joined",
> Presentations.ContainerEnd("span"), Newline,
> Presentations.ContainerStart("span", "InfoBoxValue"),
> topic.GetProperty("Joined"), Presentations.ContainerEnd("span"), Newline,
> Presentations.ContainerStart("span", "InfoBoxHdr"), "Affiliation",
> Presentations.ContainerEnd("span"), Newline,
> Presentations.ContainerStart("span", "InfoBoxValue"),
> topic.GetProperty("Affiliation"), Presentations.ContainerEnd("span"),
> Newline,
> Presentations.ContainerStart("span", "InfoBoxHdr"), "Role",
> Presentations.ContainerEnd("span"), Newline,
> Presentations.ContainerStart("span", "InfoBoxValue"),
> topic.GetProperty("Role"), Presentations.ContainerEnd("span"), Newline,
> Presentations.ContainerStart("span", "InfoBoxFooter"), "I want the
> external link here -- ??", Presentations.ContainerEnd("span"),
> Presentations.ContainerEnd("div"), Newline,
> ]
> }
>
> ------------------------------
> Helping your favorite cause is as easy as instant messaging. You IM, we
> give. Learn 
> more.<http://im.live.com/Messenger/IM/Home/?source=text_hotmail_join>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Flexwiki-users mailing list
> Flexwiki-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flexwiki-users
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to