stefanobusetto Active Member Licensed User Longtime User May 11, 2013 #1 hi is there any way to put a link to another topic thanks
Erel B4X founder Staff member Licensed User Longtime User May 12, 2013 #2 You can put links with <link>link title|actual link</link>.
stefanobusetto Active Member Licensed User Longtime User May 12, 2013 #3 thanks for the quick reply i'm not able to have it working in the project xnObjects i have a package it.csinet.xnObjects with a class xnGrid with the following 2 methods B4X: /** method 1 ... * */ public void m1(int i) {} /** method 2 ... * see <link>method 1|actual link</link> */ public void m2(int i) {} what i have to write as actual link?
thanks for the quick reply i'm not able to have it working in the project xnObjects i have a package it.csinet.xnObjects with a class xnGrid with the following 2 methods B4X: /** method 1 ... * */ public void m1(int i) {} /** method 2 ... * see <link>method 1|actual link</link> */ public void m2(int i) {} what i have to write as actual link?
Erel B4X founder Staff member Licensed User Longtime User May 12, 2013 #4 There isn't a good support for "see method x". Are you generating html from the XML?
stefanobusetto Active Member Licensed User Longtime User May 12, 2013 #5 No i've written everything in the java class.
agraham Expert Licensed User Longtime User May 12, 2013 #6 I think you are referring to internal link destinations within the xml which is not supported.