angularjs - how to open an angular xeditable input automatically without editable-form -


i'm using angular xeditable text control. want open in edit mode automatically. how can it?

my question similar this one however, not using editable-form (not using form element @ all). solutions find using editable-form's $show() function, not have if not have editable-form.

while @ it, use functionality provided editable-form's $seterror() function, without using editable-form , not through onbeforesave or onaftersave attributes (i want upon opening xeditable text control, not when user submits). possible ?

i not want use editable-form because have 1 xeditable input, , use of form changes things submit, blur, buttons displayed, etc. in ways not want.


Comments

Popular posts from this blog

Combining PHP Registration and Login into one class with multiple functions in one PHP file -

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -