How to use isotope to filter web apps?

Hi,
I just want to ask on how to use isotopes jquery plugin to filter the web app entries by categories?
Thanks.
Hernan

Hi sb00349044,
I am locking this question since it's a duplicate from your other post:
* [https://support.mozilla.org/en-US/questions/1025653]
Development related questions are not in the scope of the SUMO forums. Although it's possible that some contributors may be knowledgeable about developing for Firefox OS, and may offer some suggestions, these forums are aimed at assisting users with assisting end-users of Firefox OS.
As I mentioned in your other post, por developer-related questions, you may have better luck finding help through MDN (Mozilla Developer Network) and StackOverflow. You can find these links below:
* [https://developer.mozilla.org/en-US/ Mozilla Developer Network]
* [https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API WebBluetooth API on MDN]
* [http://stackoverflow.com/questions/tagged/firefox-os Firefox OS on StackOverflow]
You may also send your question to one of Mozilla's Mailing Lists that are related to this topic. Please find the mailing lists on the link below:
* [https://lists.mozilla.org/listinfo]
Thanks,
- Ralph

Similar Messages

  • How can I create a magazine web app for all devices?

    How can I create a magazine web app for all devices?

    magazine web app is not supported in DPS as of now. You can share the contents to preview it on web content viewer.

  • How can i check the office web app server(wac client) is calling custom WOPI host?

    I am getting an error when I testing my wopi host(which is the same as
    example) with Office Web app server "Sorry, there was a problem and we can't open this document.  If this happens again, try opening the document in Microsoft Word."
    1-how can find the log files of this error?
    2-how can i check the office web app server(wac client) is calling my WOPI host?
    I am not sure about cumunication between owa to wopi host. I actually dont know how to implement checkfile and getfile functions to wopi host for waiting for call back from owa client.
    Note:I am sure that office web app server is configured true. Because i test it with sharepoint 2013 and editing and viewing is working well.

    Hi,
    According to your post, my understanding is that
    CheckFileInfo is how the WOPI application gets information about the file and the permissions a user has on the file. It should have a URL that looks like this:
    HTTP://server/<...>/wopi*/files/<id>?access_token=<token>
    While CheckFileInfo provides information about a file, GetFile returns the file itself. It should have a URL that looks like this:
    HTTP://server/<...>/wopi*/files/<id>/contents?access_token=<token>
    There is a great article for your reference.
    http://blogs.msdn.com/b/officedevdocs/archive/2013/03/20/introducing-wopi.aspx
    You can also refer to the following article which is about building an Office Web Apps(OWA) WOPI Host.
    http://blogs.msdn.com/b/scicoria/archive/2013/07/22/building-an-office-web-apps-owa-wopi-host.aspx
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Help me!    How to use it as a web service from third party application?

    After using JDeveloper to develop BSSV object e.g. JP550010, how to use it as a web service from third party application?
    TKS!

    Obviously the OP is working on a project for the Bead Society of Southeastern Virginia http://www.bssv.org. Oh, wait, maybe he's researching the Blueberry Shoestring Plant Virus http://abbreviations.yourdictionary.com/bssv
    :D
    John

  • How to use fp-2010 as web server

    how to use fp-2010 as web server
    mazhar 

    Hi Mazhar,
     It is fairly straighforward to set up front panels for your RealTime executable. This knowledgebase has the information on how to do this.
    Hope this helps!
    Warm regards,
    Karunya R
    National Instruments
    Applications Engineer

  • How to use JSP in apache web server

    hi all,
    can anybody tell me how to use JSPs in Apache Web Server.
    Thanks
    sir

    You would need a servlet container to run Servlets and JSPs. And Apache's Tomcat is one such free container available. Download Tomcat from http://jakarta.apache.org and integrate with Apache WS
    HTH

  • How to use addwatermarkfromfile on a web server

    how to use addwatermarkfromfile on a web server. Where do you put the js on a windows 2008 server, so that the URL can pick it up when a user opens a PDF.

    You don't.  JS files can exist in three places.
    1.  In the PDF file
    2.  In the User Profile
    3.  In the Application folders
    * Note while you can execute some browser based JS to the embedded viewer in a web browser all of the API calls are non-editing.

  • Does Firefox allow use of full Outlook Web App for e-mail. If yes how do I switch from light to full?

    My e-mail is available throuhg Outlook Web App for microsoft Exchange and since I chose Firefox as my default browser I can only get the light version. Does Firefox not support the full version of Outlook Web App for windows 7

    Firefox simply tells the operating system to use the default mail client, so whatever the default is, that will be used.

  • How to use the size filter in Liquid?

    How does the "size" filter work in Liquid if the size of an array is zero. I would like to check if an array's size == 0 or if it is empty. Does the size filter output anything if the array is empty? If not, is there a better way to check if an array is empty? Thanks.
    {% if {{lastMinuteOpeningsApp | size}} == 0 %}
        <!-- Some HTML code here to run if the array is empty -->
    {% endif %}
    I really wish there were more/better examples on the BC documentation for Liquid.

    Hi Dean,
    Firstly - You do not need to do the braces inside the if:
    {% if {{lastMinuteOpeningsApp | size}} == 0 %}
    {% if lastMinuteOpeningsApp | size == 0 -%}
    Secondly, If you are accessing web app items, you do not access the webapp as you have.
    <pre>{{lastMinuteOpeningsApp | json }}</pre> Will get you the output of the web app liquid object. You will see the items actually inside "items"
    So your web app items would but items are not returned if there are no web app items - Have a look. With that you can just say if lastMinuteOpeningsApp.items. Size will only return the maximum number of items you have per pagination limit.

  • Filter Web App List

    Is there a way to filter a result list from a web app? 
    I thought this would be a fairly common request, but can't find any details how to do it other that filter by the set 'Random' 'Latest' etc...  I want to be able to filter a web app list -  For example I may have 40 cats and dogs in the web app - I want to filter to show just the cats in the list.... I have a field in the web app that sets if the item is a dog or cat....???
    Any help greatly appreciated.

    Hi Duncan,  I think what you have done will help, but I can't seem to get it to work.
    I've setup a category app with data source to itself(?) and also the product app (one I had before but added category data source called 'category breed' linking to the new catory app). It is the part where I get it to pull in the matching products from the products app that have been set to the same cateogry... bit confused how to do this, or how you done it??  Any chance you could be give a few more details. 
    Do I have to 'classify' products to get this to work - or just select the category in the dropdown list?

  • How do i add my access web app into a iframe on a "site page"?

    I just created a MS Access "custom web app", and published it on my site.
    Then i can open the Access form when i click on the link in the menu at my site. The problem is just that it removes my site logo and all the menu's. Well, its like fullscreen.
    What i really want is to show the form in the first page of my site, "Home".
    I have tested insert -> "Embed code", and then enter the following code: 
    <iframe src="https://xxxxxx.sharepoint.com/sites/xxx/xxx/databaselist></iframe>
    It just shows this warning: "This content cannot be displayed in a frame"
    Then i found this site: http://blogs.msdn.com/b/officeapps/archive/2012/12/12/iframing-sharepoint-hosted-pages-in-apps.aspx
    Quote: 
    SharePoint page developers can opt-out of clickjacking protection by adding the AllowFraming control to their .aspx pages:
    <WebPartPages:AllowFraming runat="server" />
    Well, does anyone here know how to do this with a access form?

    Screenshot of how it looks when i try to show a ms access form inside a iframe:
    http://oi58.tinypic.com/2vj4ish.jpg

  • How to use a CAS in web dynpro with NWDS 7.0

    Hi, all.
            I implemented a cas project (some entity services and application services). Now I want to use it in a web dynpro project.
    I know how to do that with NWDS 7.1, but it seems  something differernt with NWDS 7.0.
    Can  anyone give me a hand?  Thanks.

    hi
    CAF Core project comes with a sub-project WebDynpro.
    You can implement business logic using CAF Core Service ,integrate it in WebDynpro UI.
    1)Select your CAF project root , right click on it and select u201CCreate Web Dynpro Modelu201D from the context menu.
    2) Switch to the Web Dynpro Perspective
    3)You can find  the CAF Core services have been generated and are available to the WebDynpro component.
        you can find caf services under modelclasses of webdypro project .
    4)Then you proceed with creating component etc..
    Regards
    sowmya.

  • How can I pre-populate a web app input form with data from a webform in the CRM?

    Scenario:
    A customer fills a registration webform. The customers data is stored in BC CRM as usual. This step provides a lead to marketing unit and the team makes a follow up. Upon completion of internal processes. The workflow initiated by this customer filling the registration form is approved.
    Th user is sent a 3rd-party notification with a url to enable the user complete the registration process by entering the information into a web app.
    The Issue:
    The client is requesting that he doesn't want the the customer to re-enter some of the  information that  has been captured in the registration form again since it will be laborious for the user to do this. He wants the system to store this customer data already in the CRM and pre-fill the web app form so that the user just submit the data, so that the item can be in the appropriate web app as web app item.
    Question: Is this possible? Can this be achieved via js. How should I go about it.
    Your assistance will be appreciated.
    Thanks.

    For each option you would need to only have a custom text field for that item. This is where the otpion for each gets populated with javasript.
    Each option is your own html that is a select with options as web app items. A list layout of your web app items is just a select with text and value of that item.
    Your tricky thing is to setup the matrix of rules to define what shows and when. You can do that with data source association between web apps if it is a 1-1 relationship but if it is 1 to many you need to form script matrix to define what happens on each change.
    It depends on the details but thats the core of it.

  • Using javascript in a Web app to choose correct webform

    Hi, I've design a javascript function that should in theory call the correct webform when a particular option is chosen in a webapp item.
    The web app is an Event Web App that I made and I want the client to choose whether its a paid event or a free event from a drop down menu and the corresponding webform will appear.
    Javascript and webforms just seem to hate each other.
    My code is :
    <h1>{tag_name}</h1>
    {tag_description}
    <div id="event">{tag_event type}</div>
    <script type="text/javascript">
    var str=document.getElementById("event").innerHTML;
    var n=str.replace("Paid","45008").replace("Free", "10254");
    document.getElementById("event").innerHTML= '{module_webform,'+n+'}';
    </script>
    I know the script should work because I tested it using random words and the string would appear but when I actually put the webform number in
    firebug shows this error:
    <script type="text/javascript">
    var str=document.getElementById("event").innerHTML;
    var n=str.replace("Paid","45008").replace("Free", "10254");
    document.getElementById("event").innerHTML= <!-- CATALYST_ERROR - There was a problem with page modules. Ensure module syntax is correct. -->
    </script>
    Anyone have a solution?

    Hello ChristoRay,
    I'm curious to know if you have got this working? I have not tested this out, but I wouldn't think that you could use JavaScript to dynamically change a module.
    I would think that you could just create a drop down for them called "Free10254 or Paid45008" with the numbers being the values they select.
    Then within the details layout you can have:
    {module_webform,{tag_free10254 or paid45008}}
    This would cut out the need for js.
    Hope this helps,
    Chad Smith | http://bcgurus.com/Business-Catalyst-Templates for only $7

  • How to hide the MS Word Web App in SharePoint Online Document Library

    Hi Guys!
    Badly needed your input on this scenario. I've created a document library in
    SharePoint Online but when I add a document I wanted the MS Word Web App toolbar
    to be hidden as I didn't want to have the document printed  and downloaded. Just want to have the file in read only mode.
    I've come across subscription to IRM of Office 365 as a solution but it's kinda expensive for this need.
    Any idea on how to resolve this scenario would be greatly appreciated.
    Thanks,
    Venus

    Hi!
    Even if I give a view-only permission to the user, still the print button is available and the document can still be downloaded to PDF file.
    Also, the permission rights given to the users of the document library is contributor. But after routing for approval and the content is approved. It should be read-only even to the one who authored the document.
    I've checked also IRM for a solution but unfortunately what we have is E1 package so IRM is out of the option.
    Thanks,
    Venus

Maybe you are looking for

  • Macbook Air mid-2012 battery life issues -- a possible culprit ?

    Hi all, I've posted and followed a thread regarding diminished battery life for the mid-2012 MBA, when Mountain Lion was released. I never could fix the problem, was contacted by Apple but that didn't solve anything either. The troubles I was (and st

  • Custom splash screen only shows up when command line is used...

    Hi, Everything in my Java web start application works perfectly but, the custom splash screen only shows up when command line is used ("C:\Program Files (x86)\Java\jre7\bin>javaws -verbose http://www.xxx.eu/AcSentVivresCrus/AcSentJnlp/AcSent.jnlp"),

  • IPhone not connecting to WEP 128 Wireless network after 1.0.2 upgrade

    Hello all, I have the iphone since the last week. I was pretty happy with it until I upgraded the iphone to version 1.0.2. From that very moment, the WEP Hex/ASCII Key option dissapeared when setting a connection to a wireless network. Mine was worki

  • Change Server problem in client machine

    hi kings we are using Vista. SAP 2007 B Patch Level 15 when i connected to the server. its show the internal error (-1002) Message (131-183) Thanks & Best Regards B.Lakshminarayanan

  • Service/Response Profile without Contract

    We are currently using the Service and Response profile to calculate the First Response and Todo by dates in a service ticket(using CRM 5.0). The Service and Response profiles are determined off a dummy service contract provided by badi CRM_SERVICE_C