Alain Belair
Alain Belair
As a quick fix, one way is to collect Callback trigger argument in a static property. Other than that, I do not know. Envoyé de mon iPhone > Le 27...
One other way might be to have a get argument method in JsReload that will scan all App elements for callbacks and collect their trigger argument if triggered.
> Why modal can not have normal owner from render tree? I do not think it has to do with the render tree. The problem happens during the reload of...
> WDYT about throwing an exception if a render (sub)tree not part of current subtree I think that will be too limiting.
Fomantic-UI calendar module prevent the input field from catching the regular change event we normally use for removing error prompt. Therefore manually setting onChange handler to remove error prompt is...
> Can this be implemented in Calendar field decorator class? It could but what if you need you own specific onChange handler?
Question: Will you be ok to add a property to Model\UserAction say `$argModel ` instead of using a special key name '__atk_model' in args array? Then executor can check for...
I am currently checking passing the entire $argModel to callback function as well instead of passing $args separately. This will allow full usage of Model capability for action argument i.e...
Form rely on a layout View to add field and buttons. This layout view is added to the form template inside the Content tag. In your code above, when creating...
@mvorisek - no - this is not a bug. When rendering the form layout, it see that the object is a field type and try to set caption on it....