That's correct. I didn't post the PageTemplate code, but it's almost identical to post(), except for the code in red.
public String addAppTab(String pageId, String appId) {...
Type: Posts; User: gbrugger; Keyword(s):
That's correct. I didn't post the PageTemplate code, but it's almost identical to post(), except for the code in red.
public String addAppTab(String pageId, String appId) {...
Hi. According to fb docs,
The only parameter is app_id, a String containing the ID of the application for which to install the tab. This call returns a String containing either true or false,...
That's correct. If you look at the generated .java file in Tomcat's work dir, you'll see it converted
${fn:replace(text, "
", "<br />")} into
${fn:replace(text, "\r\n", "<br />")}...