O
Orchid Corpin
Guest
I created two section, Desktop Section and Mobile Section . Try this script, I stored this in an script component of section "Mobile Section". Just change the following with what's in your instance, Mobile Section, Desktop Section, pageId and the values in loop_begin/loop_end. script var sectionId; if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) { sectionId = rbf_getSectionIdByTitle("Desktop Section"); rbf_showOrHideSection(sectionId, false); console.log('You are using a mobile device!'); } else { sectionId = rbf_getSectionIdByTitle("Mobile Section"); rbf_showOrHideSection(sectionId, false); console.log('You are not using a mobile device!'); } /script a href="../b/mb.jsp?pageId=110731603" New Account /a div id="accountsList" {!#LOOP_BEGIN.R16089701#145437} div {!name#link} --- {!id} /div {!#LOOP_END.R16089701} /div About the link that was cut-off are those field are URL type? That is expected behavior for URL fields. Hope this may help.
Continue reading...
Continue reading...