Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $('<div/>').dxTextArea({
  2. value: "",
  3. height: 90,
  4. valueChangeEvent: "change",
  5. onFocusOut: function (ofo) {
  6. ?? ofo.value // not found
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement