...
Need to add below HTML div in template file, loaderwrapper class css added in eb6.css
<div class="loaderwrapper" data-bind="visible: showLoader">
<div class="ebloader"></div>
</div>- Create an observable property _that.showLoader = ko.observable(0); in control model.
- Add _that.showLoader(1); for show loader
- Add _that.showLoader(0); for stop loader
Info |
---|
Currently in 6.0 we have static drop down for Prefix, Suffix email type, gender fields on membership application and profile control. |
Following Control List have been built in e-Business 6.0 Beta Release:
...