- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- Sample code to create '+' symbol next to select dr...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2023 11:35 AM
07-14-2023 11:35 AM
Sample code to create '+' symbol next to select dropb down in custom report plugin
Hi All
i wrote a report plugin, but i need to provide an option to add extra select boxes. do anyone of you have a smaple code to do that?
use case is: we need to provide an option to select multiple option from the drop down, since it is not possible from the one select box, i would like to proved '+" symbole next to it, so users can add the extra select box if they want to select more than one option.
i am looking for a sample code for this
- Tags:
- reports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2023 07:54 AM
07-18-2023 07:54 AM
Re: Sample code to create '+' symbol next to select dropb down in custom report plugin
@Ollie_Phillips in the public plugin frame work there is smaple code to add the '+" after the input field, i tried with different ways and no luck from my side… lets see if any one frorm inside Morpehus team can help here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2023 12:18 PM
07-17-2023 12:18 PM
Re: Sample code to create '+' symbol next to select dropb down in custom report plugin
Hi @rmartha, I’m sorry I’ve no access to sample code beyond the public plugin framework. I recall I had some success with date formats in the report filter modal after stumbling over option type field-naming conventions, and I wonder if that could work for tag meta data too? The frontend is doing a lot of transformation based on option type field name (I think), so I would try use the same tag option-type name in your report plugin. But I am only guessing that this could work here I’m sorry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2023 08:07 AM
07-17-2023 08:07 AM
Re: Sample code to create '+' symbol next to select dropb down in custom report plugin
@Ollie_Phillips is there any way you can help me with the sample code?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2023 01:19 PM
07-14-2023 01:19 PM
Re: Sample code to create '+' symbol next to select dropb down in custom report plugin
@ctaylor i hope you can help me on this