<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Use Backbone.Router from Web Framework in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Use-Backbone-Router-from-Web-Framework/m-p/154038#M2095</link>
    <description>&lt;P&gt;It is certainly possible, and the regular examples should work. I don't have an example handy right now, but if I find one I'll update my answer.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Feb 2014 01:37:01 GMT</pubDate>
    <dc:creator>ineeman</dc:creator>
    <dc:date>2014-02-18T01:37:01Z</dc:date>
    <item>
      <title>Use Backbone.Router from Web Framework</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Use-Backbone-Router-from-Web-Framework/m-p/154037#M2094</link>
      <description>&lt;P&gt;Is it possible to use Backbone.Router from the Web Framework to update URL's based on selections made to a particular view?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2014 22:37:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Use-Backbone-Router-from-Web-Framework/m-p/154037#M2094</guid>
      <dc:creator>cjpomer</dc:creator>
      <dc:date>2014-02-17T22:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Use Backbone.Router from Web Framework</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Use-Backbone-Router-from-Web-Framework/m-p/154038#M2095</link>
      <description>&lt;P&gt;It is certainly possible, and the regular examples should work. I don't have an example handy right now, but if I find one I'll update my answer.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2014 01:37:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Use-Backbone-Router-from-Web-Framework/m-p/154038#M2095</guid>
      <dc:creator>ineeman</dc:creator>
      <dc:date>2014-02-18T01:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Use Backbone.Router from Web Framework</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Use-Backbone-Router-from-Web-Framework/m-p/154039#M2096</link>
      <description>&lt;P&gt;I was looking for an example...&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2014 02:00:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Use-Backbone-Router-from-Web-Framework/m-p/154039#M2096</guid>
      <dc:creator>cjpomer</dc:creator>
      <dc:date>2014-02-18T02:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Use Backbone.Router from Web Framework</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Use-Backbone-Router-from-Web-Framework/m-p/154040#M2097</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;{% block js %}
    {# JavaScript goes here #}  
    &amp;lt;script&amp;gt;
        // Load the required libraries
        var deps = [
            "splunkjs/ready!",
            "backbone"
                  ];
                  require(deps, function(mvc, Backbone) {
                          var Router = Backbone.Router.extend({
                routes: {
                },              
                tokens: function(token) {
                }
            });
            var router = new Router();
                   )};
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Mar 2014 17:37:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Use-Backbone-Router-from-Web-Framework/m-p/154040#M2097</guid>
      <dc:creator>cjpomer</dc:creator>
      <dc:date>2014-03-05T17:37:02Z</dc:date>
    </item>
  </channel>
</rss>

