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!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...