I have two page A and B.
This is a page A, i want to click to a category item on page A and redirect to page B:
This is a page B, but breadcrumb is not show on my page B.
But it will show if i click to a category item on page B.
I want breadcrumb show on after loaded the first page.
Look like "Trang chủ/{category_name}"
Related
I am editing a form using Nintex. I want to show a list from another form in my form, but I need the list updated (I can do ajax auto refresh for the list on its own page). I have the list in my form as a webpart, when I click edit the webpart, it show nothing, just a page with my form title. Could someone help me please?
In customization Page Once the user edits or adds products and hits save, the tab would close and they would be on the product list view of the order.In short How to get Url of product list view of the order and set into button control in another page?
I have created a product. After creating it I want to add this product to featured module so that it will appear in home page. But product is not showing in dropdown of product list. Here is the screenshot.
You should click here otherwise the AJAX will not run.
Featured module is autocomplete drop-down product listing. When you click on product text box then after it will show you list of available products. You will also able type name of product so it will show you result of available products.
Note: If it still not showing result then you will check Ajax response in console browser.
I would like to have a drop down list box of links to a page so that users can select it and immediately be redirected to that page. How can I achieve this? Is there any such component in PrimeFaces?
You could put the text as the display item and the hyperlink as the selectitem. If you do "onselect" you can go to the hyperlink from your javascript... I think.
I have a html home parent template with 2 search boxes for jobs (people must enter job type and city manually). I need search text from the 2 boxes to be forwarded to other link, in search boxes within the iframe of that new link. When people push SEARCH button new link will be loaded with search results in iframe.
All its on the same domain.
This are parent search boxes and button : jsfiddle.net/rAgSt
Assign the searched result contains variable to first page of empty div using javascript(HTMLElement innerHTML Property).
For Example:
In first Page div like this,
<div id="searchedresults"></div>
In iframe page ,javascript codes for assigning searched result,
document.getElementById('searchedresults').innerHTML=results;