Connecting Tech Pros Worldwide Forums | Help | Site Map

ajax wilgets javascript

Gufo Rosso
Guest
 
Posts: n/a
#1: Jul 1 '08
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
Guest
 
Posts: n/a
#2: Jul 1 '08

re: ajax wilgets javascript


Gufo Rosso wrote:
Quote:
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.
Peter Michaux
Guest
 
Posts: n/a
#3: Jul 2 '08

re: ajax wilgets javascript


On Jul 1, 8:14 am, sheldonlg <sheldonlgwrote:
Quote:
Gufo Rosso wrote:
Quote:
example
dragable obj start at 0,0
user move obj to 100,100
library send ajay request 100,100
>
Quote:
other ex
>
Quote:
form
user send a form to ajax
ajax response (json) form value from server and replace user
send form
>
Quote:
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
>
Quote:
display field record
user dblclik --field editable
user click field request ajax and ajax replace user field
>
Quote:
login user send form
if(ok)
ajax populate (change content in html body)
!ok
ajax resposse bad login and not edit content page
>
Quote:
have idea to use it ?
>
Quote:
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
Closed Thread