|
|
|
|
|
8. If you are already familiar with WINDEV
Let's see the main differences between WEBDEV and WINDEV: - WEBDEV is used to create pages while WINDEV is used to create windows.
- You can use different types of code in WEBDEV: WLanguage code to be executed on the server, WLanguage code to be executed on the browser, and JavaScript code, also to be executed on the browser.
When creating a PHP page, an additional code is displayed: PHP code run on the server. - New web-specific WLanguage functions are available.
- Some WLanguage functions not relevant for the web do not exist anymore.
- Some WLanguage functions can only be used in a process/event meant to be executed in server code.
- Some WLanguage functions can only be used in a process/event meant to be executed in browser code.
- New types of controls specifically designed for Web applications are available:
- Formatted display control,
- Java Applet control,
- Sliding Banner control,
- Navigation Bar control,
- Captcha control,
- Cell control,
- Breadcrumb control,
- Web Component control,
- IFrame control,
- Link control,
- Line control,
- Internal Page control,
- Peeling Corner control,
- Site Map control,
- Popup control,
- Pager control,
- Social Network control,
- HTML Table control,
- Upload control,
- Thumbnail control,
- Rich Text Area control.
- Some controls have become obsolete for web applications and are no longer available: Scrollbar, ActiveX, OLE object, Spin, etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|