Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
how can i search for some text in all content text not the node name
Hey Mohamed,
I would try something like:
<xsl:if test="contains($currentPage/bodyContent, 'your search term')"> <!--perform action--></xsl:if>
https://www.google.com/cse/
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
how can i search for some text in all content text ?
how can i search for some text in all content text not the node name
Hey Mohamed,
I would try something like:
https://www.google.com/cse/
is working on a reply...