Splunk Dev

Use Backbone.Router from Web Framework

cjpomer
Explorer

Is it possible to use Backbone.Router from the Web Framework to update URL's based on selections made to a particular view?

0 Karma
1 Solution

cjpomer
Explorer
{% block js %}
    {# JavaScript goes here #}  
    <script>
        // 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();
                   )};

View solution in original post

0 Karma

cjpomer
Explorer
{% block js %}
    {# JavaScript goes here #}  
    <script>
        // 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();
                   )};
0 Karma

ineeman
Splunk Employee
Splunk Employee

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.

0 Karma

cjpomer
Explorer

I was looking for an example...

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...