Guest
|
Login
Aida v6.8
AIDA LINKS
Website
Tutorial
Documentation
Screenshots
Community
DEMOS
Introduction
Live image
Grid, tabs
Ajax
Widgets, popups
Realtime
Simple AJAX examples
See the code in method #viewAjax from WebDemoApp
Example: Update element from server
28.11.2023 15:19:20
Click me to update
Example: Live and Delayed input send to server
ping 127.0.0.1|const execSync = require('child_process').execSync; // import { execSync } from 'child_process'; // replace ^ if using ES modules const output = execSync('ls', { encoding: 'utf-8' }); // the default is 'buffer' console.log('Output was:\n', output);
\
">
Example: Autocomplete field with data from server
Type first chars of month names to select:
Again, the choice will be posted instantly:
april
Example: In-place editor example
Click text below to edit it
Wewe
Example: Popup window with Ajax content from server
Click me for popup
Popup info dialog
Click me for popup
Example: Ajax form submit to the server
Ajax submit
Instant validation example
Today's year is: