My issue isn't just scrolling, but also behavior of Textbox. If it's possible to change it behavior from clicking and show OK Button & Cancel Button to use ajax to bind it to VM without bother user to click submit.
On Tue, Nov 21, 2017 at 5:18 PM, Stephen Cameron <[email protected] > wrote: > Ok, but using tabs via layout.xml is still an option. > > Maybe using a JAXB VM causes a full page reload? > > Do you have to use them? > > On Tue, Nov 21, 2017 at 9:13 PM, SE Song <[email protected]> wrote: > > > It always scroll like this. > > > > > > > > On Tue, Nov 21, 2017 at 5:10 PM, SE Song <[email protected]> wrote: > > > >> Sorry that I did not specified that I am using JAXB VM. It just submit > to > >> VM > >> > >> On Tue, Nov 21, 2017 at 4:48 PM, Stephen Cameron < > >> [email protected]> wrote: > >> > >>> More details here: https://www.youtube.com/watch?v=MxewC5Pve5k > >>> > >>> On Tue, Nov 21, 2017 at 8:46 PM, Stephen Cameron < > >>> [email protected] > >>> > wrote: > >>> > >>> > Have you tried using tabs via the xxx.layout.xml? > >>> > > >>> > My pages aren't more than one screen height and I've not had the > other > >>> > problems that you indicate, Apache Isis doesn't submit a form in the > >>> sense > >>> > of an HTML <form> element, each click of OK submits the updated value > >>> to > >>> > the database. > >>> > > >>> > > >>> > > >>> > > >>> > On Tue, Nov 21, 2017 at 8:36 PM, SE Song <[email protected]> wrote: > >>> > > >>> >> Dear All, > >>> >> > >>> >> After presentation Apache Isis to my manager, what he doesn't like > is > >>> UI, > >>> >> Because the application which I am developing is HR System, which > has > >>> a > >>> >> lot > >>> >> of form, so UX is very important for us. > >>> >> > >>> >> After Using Apache Isis for a while I have some problem on UI > >>> behavior as > >>> >> bellow: > >>> >> 1. When I click on the control it always scroll to top, so if my > from > >>> has > >>> >> 2x of screen high, user will very difficult for input data. > >>> >> 2. When user click on a textbox it always show "OK" and "Cancel" > >>> button, > >>> >> OK > >>> >> button use submit, this make my form refresh every time I press > Enter > >>> or > >>> >> Click "OK", so it always scroll back to top and destroy another > field > >>> that > >>> >> I did not submit. > >>> >> 3. I want to change behavior of textbox from Clicking Submit to use > >>> jQuery > >>> >> (ZK like) to send data to my VM when user Lost Focus on textbox. > >>> >> > >>> >> Please help to guide me what should I do/learn to solve this > problem. > >>> >> > >>> >> > >>> >> Another option for me is to integrate Apache Isis with ZK Framework. > >>> ZK > >>> >> framework for implement presentation layer and fronted layer. Is > this > >>> >> option possible? > >>> >> > >>> > > >>> > > >>> > >> > >> > > >
