计算字段中的contentType属性的有效值是什么,如xs:GoogleSearch?

时间:2013-05-22 16:36:43

标签: xpages

从此tweet by Paul Hannan我了解到,您可以将contentType设置为xs:GoogleSearch,生成的字符串将成为搜索Google的链接。例如,如果代码是:

<xp:text id="c1" value="XPages" contentType="xs:GoogleSearch">

生成的HTML就是这样的,带有术语“XPages”的Google搜索链接

<span id="view:_id1:c1" class="xspTextComputedField">
    <a href="http://www.google.com/search?q=XPages" target="_blank">XPages</a>
</span>

Domino Designer(8.5.3)仅显示htmltext两个选项,但这在我的案例中有用。我的问题是,是否还有其他有效值可用于contentType属性?

1 个答案:

答案 0 :(得分:0)

这应该告诉您在任何给定版本上寻找的答案。

List localList = ((ApplicationEx)FacesContext.getCurrentInstance().getApplication()).findServices("com.ibm.xsp.renderkit.ContentTypeRenderer");

这些是我在8.5.3上看到的那些

xs:lc.vcard|Profiles VCard
xs:lc.vcardi|Profiles VCard Inline
xs:st.livename|IBM Sametime Live Names
twitterContent
xs:GoogleSearch|Google Search