References
From Daxipedia
4D Ajax for Dreamweaver Reference Page
Once the structure is imported and login information is entered the 4D developer now has the choice of choosing what type of 4D Ajax Framework object to embed. The possible types of objects are (as of version 1.1) Data Grid, Calendar, Data Tree, Data Matrix, and Image Matrix.
Contents |
[edit] Data Grid
[edit] Basic Settings
- Choose the Selection to be displayed in the Data Grid object.
- Check “Anchor Window” to have the object anchored in the HTML page. Uncheck if you want the object in its own window.
- Specifying a width and height can modify size of the Data Grid.
[edit] Advanced Settings
- These options are actually parameters in the Datawindow and .customize functions as described in the online documentation: http://daxipedia.4d.com/index.php/Data_Window
[edit] Calendar
[edit] Basic Settings
- Choose the Selection to be displayed in the Calendar object.
- Check “Anchor Window” to have the object anchored in the HTML page. Uncheck if you want the object in its own window.
- Specifying a width and height can modify size of the Calendar.
[edit] Advanced Settings
- These options are actually parameters in the calendarView, .setWeekStart, .setBlankValue and .customize functions as described in the online documentation: http://daxipedia.4d.com/index.php/Calendar_View
[edit] Data Tree
[edit] Basic Settings
- Choose the Selection to be displayed in the Data Tree object.
- Check “Anchor Window” to have the object anchored in the HTML page. Uncheck if you want the object in its own window.
- Specifying a width and height can modify size of the Data Tree.
[edit] Advanced Settings
- These options are actually parameters in the HGrid, .showBreakCount and .customize functions as described in the online documentation: http://daxipedia.4d.com/index.php/Data_Tree
[edit] Data Matrix
[edit] Basic Settings
- Choose the Selection to be displayed in the Data Matrix object.
- Check “Anchor Window” to have the object anchored in the HTML page. Uncheck if you want the object in its own window.
- Specifying a width and height can modify size of the Data Matrix.
[edit] Data Output, Display, and Toolbar
- These options are actually parameters in dataMatrix and .customize functions as described in the online documentation: http://daxipedia.4d.com/index.php/Image_Browser
[edit] Image Matrix
[edit] Basic Settings
- Choose the Selection to be displayed in the Data Matrix object.
- Check “Anchor Window” to have the object anchored in the HTML page. Uncheck if you want the object in its own window.
- Specifying a width and height can modify size of the Data Matrix.
[edit] Data Output, Display, and Toolbar
- These options are actually parameters in dataMatrix and .customize functions as described in the online documentation: http://daxipedia.4d.com/index.php/Image_Browser
