|
|
Re: Form Field in Menu [message #1798532 is a reply to message #1798517] |
Tue, 20 November 2018 08:48 |
The Maddes Messages: 44 Registered: October 2018 |
Member |
|
|
Hey Patrick,
thank you for the answer. Im using Scout 8.0.0.021_Simrel_2018_09 at the moment.
I thought i did that, maybe i have to investigate further, the codesnippet i poseted is inside the table, just like other menus like a new or edit menu (those are showing without any problem). But the datepicker is not.
So to simplify the snippet:
public class Table extends AbstractTable {
@Order(10)
public class EditMenu extends AbstractMenu {...}
@Order(20)
public class NewMenu extends AbstractMenu {...}
@Order(50)
public class MyMenuMenu extends AbstractFormFieldMenu {
@Order(10)
public class MenuDateField extends AbstractDateField {...}
}
...all the columns etc
}
So i think i already placed it as you said or did i get you wrong?
UPDATE:
It seems the behaviour is like the behaviour of a edit menu, It shows up now, but only on selection of sth in the table. I dont get why though, and i need it to show like a new menu so i can use it to filter data for a specific month/day chosen by the user.
EDIT:
Ok nevermind, i figured it out, forgot to set it as a tablemenutype, shame on me :) But thank you so far :)
[Updated on: Tue, 20 November 2018 10:08] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.04620 seconds