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!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...