Customize Position
28 Jun 2017 / 1 minute to read
Position property is used to specify the position whether it is in fixed or relative to the page. When you set a normal value to e-position property, it appears within the container. Otherwise, it appears in the whole body .The possible position values are fixed and normal. The Default value is normal.
In the HTML page set the e-position of Navigationdrawer.
<div ng-controller="NavigationDrawerCtrl">
<div id="main" style="height:1000px;">
<div e-direction="right" e-enablelistview=true e-listviewsettings-width="300" e-position="fixed">
<ul>
<li>Settings</li>
<li>Read</li>
<li>Help</li>
<li>About</li>
</ul>
</div>
</div>
</div>
The following screenshot illustrates the output by swiping from left to right at the left end of the screen.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page