<rich:collapsiblePanel> not working - jsf

I'm working on a web app and i have a Panel where I used the tag <rich:collapsiblePanel>. But it isn't working, the arrows are showed on the display, but when I click it nothing happens. I've done exactly as the sample shows but its still not responding. Help me out please. This is the link to the sample I used.
http://showcase.richfaces.org/richfaces/component-sample.jsf?demo=collapsiblePanel&skin=blueSky
and here is the line where i used the tag:
<rich:collapsiblePanel header="Client Search Filter" swithType="client">

Related

DialogFlow: 'Add Response' not working in Web Demo

As you can see from the image below, putting two separate 'text response' buttons gives me a two line response.
However, I only get either one of the responses (at random) when I use the Web Demo integration. Either 'Hi, welcome!' or 'How may I help?'
Anyone got any ideas why? Thanks!
Not sure where my image link went... anyway read a few Google forums that said this isn't possible. Solved the problem by just pressing space until it went onto a new line.
When you are in Default responses tab, then it gives two options: Text response, custom payload
You should select Google assistant tab before clicking the add response button. Thus You can see all options about responses.

plotclick events in flot and enyo 1.0

I am new to programming so please bear with me. I have an app built in enyo 1.0 with a working flot graph. I am trying to register click events on the graph so I can use that info elsewhere in the app. I have set clickable to true and I can see the data points highlight when I click on them so I know that part is working. How do I get the series and data point I click on into enyo? I am just having a difficult time figuring out from the different partial examples I can find what I need to put where. I see reference to enyo.dispatcher.listen(document, “plotclick”); but I am not sure where that goes. Does anyone have a working example they could share?
Thanks in advance!

MODX revo Wayfinder Not Showing

I'm working with Wayfinder, testing it out to see how it works but for some reason, it's not working and by that I mean that I place the code where it should be and it doesn't output anything at all, I get a blank menu section on my header.
I've been learning form this guide http://codingpad.maryspad.com/2011/02/21/modx-revolution-for-complete-beginners-part-8-using-wayfinder-to-create-menus/
I've followed the instructions on this hands-on video https://www.youtube.com/watch?v=eabBx-KUHjk
as well as the documentation on the wiki.
I placed this on the header to test how the menu loads but nothing happened.
<!-- BEGIN NAVIGATION -->
<nav>
[[!Wayfinder? &startid='0']]
</nav>
<!-- END NAVIGATION -->
The output is nothing at all. The "Hide From Menus" option is unchecked so I'm rather clueless as of why nothing is happening.
I got it to work. It seems it's case sensitive and &startid should be &startId
[[!Wayfinder? &startId='0']]
although I think it's a little odd that if I have more items under the same tree and I use &startid (lowercase) it lists everything but the root document but if I use it with capital "I" then it lists everything starting from the root.
In any case, it's working now.

review form do not show up after clicking on "Be the first one to review"?

i have checked that review is both enabled from Advance tab under system -> configuration and also from catalog tab.
also i have changed the files with original one but still not getting the form on frontend :( Although link to show review is showing .
can anyone please help ?
DO category settings like anchor set to NO has any impact on it ?
i did even replace complete folders of layout and template even then it didn't change. But when I commented app/design/frontend/mythemefolder,
it did show up.
But how can i show it on mytheme ?
i guess someone played with my style sheet and i found that this class ".product-collateral" in stylesheet was given "display = NOne"
it took me too long as i was examining the code but anyhow problem solved.

How do I change the title and link colors of a Google Custom Search Element?

The situation:
Take a look at this page and search "photo" on both:
http://dev.womenandlogistics.com/testsearchengine.html
The top search engine refreshes the page and displays results with orange link titles and blue links. The bottom search engine displays tabbed results with blue link titles and blue links.
I found an answer to this on the Google forums; however, I am inexperienced with AJAX so I have no idea what to do this answer. I've read through various Google documentations on custom search engines and web elements regarding this, but I still can't figure it out.
What I've tried so far...
Added a class in the section (class="gsc-result gsc-webResult") and added the corresponding CSS (#gsc-result gsc-webResult) on the page to see if that works, but it didn't.
Viewed the context XML file to see if I can make changes. This only affects the top search box.
What you can do to help
Provide an explanation of what I'm doing wrong
Provide an explanation of where I should be looking
Show me samples of code that illustrates the actual color changes and where it can be found
I really appreciate your help! Thanks!
Here's what I suggest
Go to this link https://www.google.com/cse/ and create account
Create your custom search box
Customize looks as your wish
Copy the code after customizing
Paste in your blog or website where you want the search box to appear
Source: http://www.latestgames2.com/
Try this: http://spryserif.com/testsearchengine.html

Resources