Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

move to next/previous sibling form #19

Open
Mouvedia opened this issue Mar 7, 2015 · 0 comments
Open

move to next/previous sibling form #19

Mouvedia opened this issue Mar 7, 2015 · 0 comments

Comments

@Mouvedia
Copy link

Mouvedia commented Mar 7, 2015

//example 1
[
  [ xxxx ]
  xx|xx
  [ xxxx ]
]
//go to next
[
  [ xxxx ]
  xxxx
  |[ xxxx ]
]

//example 2
[
  xxxx
  [ xx|xx ]
  [ xxxx ]
]
//go to next
[
  xxxx
  [ xxxx ]
  |[ xxxx ]
]

//example 3
[
  [
     xx|xx 
     [ xxxx ]
  ]
  [ xxxx ]
]
//go to next
[
  [
     xxxx 
     |[ xxxx ]
  ]
  [ xxxx ]
]

//example 4
[
  [ xxxx ]
  xx|xx
  [ xxxx ]
]
//go to previous
[
  |[ xxxx ]
  xxxx
  [ xxxx ]
]

I hope the examples are clear enough.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant