Forum Discussion
You might need to give some more details about what you're trying to do. Are you trying to recreate the options dropdown inside a custom component?
- Gursimrat12 years agoLeader
We basically need to add the check boxes corresponding to my list of threads inside my custom component, so that I can use the batch process commands as well in the options menu, such as moving checked threads and deleting checked threads.
Thanks
- bryanpollack11 years agoAce
This is what I'm trying to do... is this possible to use the built-in options dropdown in a custom component?
- samudhraa11 years agoExpert
HI bryanpollack ,
I have done a similar thing , where I had to bring the the standard dropdown option of board page , withing a custom component.
Here it the sample code .
<div id="forum-title-wrapper">
<h1 class="forum-title">${boardTitle}</h1>
<@component id="menu-bar"/>
</div>I later did a bit of styling to position the dropdown . You might have to be mindful of the page context where you are including the standard menu bar component. (It is usually better and safer if the standard component already exists in the page ,and we are just re-positioning it)
Hope that helps.
Thanks,
Sam
- bryanpollack11 years agoAceThis is for the Topic Options, right? I'm looking for the options dropdown on each individual topic Post. Thanks!
Related Content
- 5 years ago