after saving the form values I need to move to another record and load the new data, but the fields are validated as if they had been changed from the previous record. I tried disabling validation but it keeps validating anyway
Hi, Tankyou for the answer but my point is very simple: Ok it can expand but docked and I need to float on mobile devices. I can simulate doing something like this:
var west = $('#mylayout'). layout ('panel', 'west'); var b = west.panel('options'). find('.panel body'); b.trigger ('click');
It works the way I want it (but I don't really know if it's safe!), but there's another weird effect: the center region is scrolled all the way to the right :-).
Hi again It's an old question, but I still need an answer. Tried drawer but can't fit the panel like the layout does. Does float no longer work in layout?
After saving a form, I need to load more data, but the events fire as if I'm changing the current information. for example, if there is a field named OK = TRUE and the new one is FALSE, the onChange event is fired, but it is another record how to avoid this trigger?