I have search page which contains main title list(Like Topic1, Topic2, etc). Each topic has its own description, subtitle, etc,. So when we search the title then it will searches corresponding title. After that when we click on that searched topic then it should go to its detail page.
For example, When we search Topic2 then it will give Topics title as search result. After that If we click on Topic2 then it should navigates to Topic2 detail page.
Any help to achieve this?
Note : I am using Ionic3
Thanks.
Related
I need help in a Salesforce visualforce pages .I have 2 vf pages and 2 different controllers for that. The problem is when the user applys few filters on current record list page(page 1), and opens a filtered record which open page 2(detail page). Now when he hits the back button to see the filtered list again, the applied filters disappear and he is not getting filtered result.
When I've multiple pages in confluence how can I cross link pages ? I mean link to a purticular portion in another page like anchoring Text
eg: I have two pages, Index page and Book detail page. I need to link Comments in Index page to Comments in Book detail page.
Index page
1) Book Details
* Introduction
* Comments //this should goto Comments in Book details page.
2) Other page
* ....
Book Detail Page
* Introduction
...
* Comments
...
I can see the link option under + button. How to tell to visit "Comments" ?
Following is the one way i figured out.
First create anchor target.
Put cursor where we need anchor target.
Click "+" ("Goto Insert mode contents")
Click Other macros and choose anchor.
Type "Achor name" and click "Save" .
To link to that anchor
Choose Links under "+" then click "Advanced"
Type "Page Title#Anchor Name"
My requirement is as the title. Basically there are three parts: Search Page, Master Page and Detail Page.
I want to include all of these pages into one page and make them navigable. I considered Splitter layout but it could loose the navigation?
Any ideas??
Best regards,
Thanks,
I think this is a common requirement. I would suggest a full-screen layout, having a search bar and a result list on the landing/first page. From there, when a list item is clicked upon, you can navigate to the detail page.
I have to select leads while scheduling a meeting in the "related to" field. A popup is generated when I click the "arrow mark" icon. The results fetched after clicking on submit button are not matching the filters used.
When I navigate to second page, I have seen that checkbox queries are getting applied, for instance, checkbox1=0&checkbox2=0&checkbox3=0 is getting appended to the url.
I would like to remove this extra checkbox related query from the url so that my search works properly. Please provide guidance.
Thanks in advance!
The solution is probably not unique to Concrete5 CMS, but I need to build a page with a list of items. Each item would link to a detail page of that item showing a full text description.
Each item on the initial summary page would have the first few lines of the detail page description and a "more" link.
Does anyone know how I could go about doing this in C5?
This is a very common thing to do with Concrete5, and there is a built-in block to handle it -- it's called "Page List".
Note that out-of-the-box, this block doesn't show the first few lines of each page's content, but rather shows the "description" field as entered when creating the page (or editing the page's properties). But I have a free addon available in the marketplace called "Page List Teasers" -- http://www.concrete5.org/marketplace/addons/page-list-teasers -- which adds this functionality to the built-in Page List block.
You can also check out the blog views of the page list - they show how to display an area from another page with all the content blocks they contain, and how to display attributes. You could make a rich text attribute called description then display that as you loop through the list of pages.