javascript - Disabling login button in openerp -


how disable login button in openerp? want disable login button in openerp login page. can please me out on how disable button in javascript?

disable login button , or hide login button using js

self.$el.find('button').hide(); in start function of instance.web.login


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

ruby - How do I merge two hashes into a hash of arrays? -