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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...