ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
more documentation can help
Title:
B
I
{code}
?
I am trying to study several frameworks, but this framework definitely seems nice but horrible in documentation, which raises many questions about future of this framework. In javascript, where can we find some list of all available functions for a given component? In some cases the client side events appear as ".data ('api'). GetSelection" ... but there must be some other defined functions that are nowhere documented, eg: disable, visibility, getvalue (of texts or dropdowns) etc...
Save Changes
Cancel
RentPos
asked at 20 Apr 2017
for value you just call jQuery `.val()`; `api.getSelection()` is for the grid, when `.Selectable` is set; there is no disable; and for visibility you can call `.hide()` on the main div, editors have an `.awe-field` css class
at 20 Apr 2017
Omu
you can find the documention for the grid here: https://www.aspnetawesome.com/learn/mvc/Grid you can read more about the grid api [https://www.aspnetawesome.com/learn/mvc/Grid#Api here] [https://www.aspnetawesome.com/learn/mvc/General general features] that apply to most controls feel free to ask more questions
at 20 Apr 2017
Omu
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK