Splunk Dev

how to customize the radiogroupview of Django webframework to display radio buttons horizontally

lahariveerlapat
Explorer

I have a reqiurement to display the radio buttons horizontally using Django webframework.Please let me know any option is available to customize.

0 Karma

cchitten
Path Finder

In the block content section use HTML to create many cells across the page horizontally and then place a radio button in each cell.

Example:

{% block content %}
         <div> class="dashboard-row dashboard-row1">
                   <div class="dashboard-cell" style="width: 50%;">
                             {% radiogroup id="radio_sourcetype1"%}
                   </div>
                   <div class="dashboard-cell" style="width: 50%;">
                             {% radiogroup id="radio_sourcetype1"%}
                   </div>
         </div>
{% endblock content %}
0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...