Component Issues:
Component: Form - properties “animate” and “borderless” do not work as expected
Form properties do not work like expected:
animate="1"
borderless="1"
By enabling property “animate” nothing gets animated.
Either the property is does not work for Form or it needs a better description of effect.
By enabling property “borderless” the form elements still have borders.
Either the property does not work or it needs a better description of functionality.
See test example below:
http://webix.com/snippet/d118f9a4
maksim
February 3, 2014, 8:30am
2
animation
It has sense only for elements inside of multiivew or tabview. It defines the animation type which will be used for this special view. Check how tabbar animated in the next sample
http://webix.com/snippet/2845055f
http://docs.webix.com/api__link__ui.view_animate_config.html
borderless
enables or disables border of component ( it doesn’t affect inner elements, only the host )
http://webix.com/snippet/e1f95ac6
Thanks for clarification.
Would be helpful to mention in documentation that animation is applicable when the Form is wrapped by parent multiivew or tabview.
For borderless I don’t see any difference in provided example:
http://webix.com/snippet/e1f95ac6
Both forms and nested texts look the same.
maksim
February 4, 2014, 5:03am
4
We will update the documentations.
As for form - the bottom one has a border around it, while the top one doesn’t have a border.
– As for form - the bottom one has a border around it …
Oh, I missed it.
Thanks for pointing out.