ajax wilgets javascript

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gufo Rosso

    ajax wilgets javascript

    example
    dragable obj start at 0,0
    user move obj to 100,100
    library send ajay request 100,100


    other ex

    form
    user send a form to ajax
    ajax response (json) form value from server and replace user
    send form

    in table
    link open a new window (div window)
    mod a data (full record)
    user send a form
    library close window
    window have internal/external close resize move reference id
    link2 open request
    delete this record (y/n)
    library close request

    display field record
    user dblclik --field editable
    user click field request ajax and ajax replace user field

    login user send form
    if(ok)
    ajax populate (change content in html body)
    !ok
    ajax resposse bad login and not edit content page

    have idea to use it ?

    library request only (extjs is toooooo big) a specific file to create,
    manipulate, save
    element and reload from server a new library request destroy if element
    unused





  • sheldonlg

    #2
    Re: ajax wilgets javascript

    Gufo Rosso wrote:
    example
    dragable obj start at 0,0
    user move obj to 100,100
    library send ajay request 100,100
    >
    >
    other ex
    >
    form
    user send a form to ajax
    ajax response (json) form value from server and replace user
    send form
    >
    in table
    link open a new window (div window)
    mod a data (full record)
    user send a form
    library close window
    window have internal/external close resize move reference id
    link2 open request
    delete this record (y/n)
    library close request
    >
    display field record
    user dblclik --field editable
    user click field request ajax and ajax replace user field
    >
    login user send form
    if(ok)
    ajax populate (change content in html body)
    !ok
    ajax resposse bad login and not edit content page
    >
    have idea to use it ?
    >
    library request only (extjs is toooooo big) a specific file to create,
    manipulate, save
    element and reload from server a new library request destroy if element
    unused
    >
    Can you please post well formed sentences and paragraphs. It is too
    tedious to try to read your shorthand notation and to try to read your mind.

    Comment

    • Peter Michaux

      #3
      Re: ajax wilgets javascript

      On Jul 1, 8:14 am, sheldonlg <sheldonlgwrote :
      Gufo Rosso wrote:
      example
      dragable obj start at 0,0
      user move obj to 100,100
      library send ajay request 100,100
      >
      other ex
      >
      form
      user send a form to ajax
      ajax response (json) form value from server and replace user
      send form
      >
      in table
      link open a new window (div window)
      mod a data (full record)
      user send a form
      library close window
      window have internal/external close resize move reference id
      link2 open request
      delete this record (y/n)
      library close request
      >
      display field record
      user dblclik --field editable
      user click field request ajax and ajax replace user field
      >
      login user send form
      if(ok)
      ajax populate (change content in html body)
      !ok
      ajax resposse bad login and not edit content page
      >
      have idea to use it ?
      >
      library request only (extjs is toooooo big) a specific file to create,
      manipulate, save
      element and reload from server a new library request destroy if element
      unused
      >
      Can you please post well formed sentences and paragraphs.
      They don't need to be perfect. Not everyone contributing to the group
      is a native English writer.

      An attempt at complete sentences and some explanation about the
      motivation of the ideas would be very helpful. I don't know what to
      make of the original post.

      Peter

      Comment

      Working...