Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Powerbuilder Documentation 9.0 – Page 4 – PowerBuilder Library

Powerbuilder Documentation 9.0

JSP page authoring – PB Docs 90

JSP page authoring JSP pages can be written in any well-formed language, including XML, but they are usually written in HTML. In PowerBuilder, you create JSP pages using any of the page wizards on the Web page of the New dialog box, and you edit them in much the same way as any other HTML…

Chapter 3 Working with HTML pages – PB Docs 90

Chapter 3 Working with HTML pages About this chapter This chapter introduces the HTML editor for Web targets. The HTML editor can be used to edit HTML pages in Web site targets and JSP pages in JSP targets. For information on the Style Sheet and Frameset editors, see Chapter 4, “Working with Style Sheets and…

JSP Web services – PB Docs 90

JSP Web services You can use Web services in your JSP by generating custom tags for them. The JSP Web Service Proxy wizard on the Web page of the New dialog box creates a custom tag library with the information necessary for calling a Web service in a JSP. For more information on custom tags…

HTML editor views – PB Docs 90

HTML editor views The HTML editor has three views: Page, Source, and Preview. Each view provides a different way of working with your HTML project. Page view Page view provides WYSIWYG editing for an HTML page without requiring knowledge of HTML tagging. Use Page view as your main editing environment or to supplement the editing…

JSP Web Target object model – PB Docs 90

JSP Web Target object model The Web Target object model for JSP targets is based on the Web Target object model for PowerDynamo and ASP targets. Its classes handle the complexities of data transfer, HTML generation, and JavaScript generation for client scripts. The non-4GL part of the JSP object model provides a set of utility…

About scripts – PB Docs 90

About scripts Scripts for a Web site include event handlers for HTML objects, client-side scripts associated with the document, and server-side scripts run before the document is downloaded to a browser. Scripts can be written in several languages. Which languages you use depends on the browsers you want to support or the application server your…

Custom tag library for the Web DataWindow – PB Docs 90

Custom tag library for the Web DataWindow You can use the Web DataWindow custom tag library to specify the parameters and values required by a Web DataWindow on a JSP page. The tag library is defined in the file DataWindow90.tld. To use the tag library, place the DataWindow90.tld file in a WEB-INF/tlds directory in your…

Procedures for editing scripts – PB Docs 90

Procedures for editing scripts In the integrated Script editor, you can create scripts for object events or independent scripts. Choosing an object or event for scripting To write a script for an object event: In the rightmost drop-down list, select a scripting language. In the Script toolbar, select an object in the leftmost drop-down list….

Chapter 4 Working with Style Sheets and Framesets – PB Docs 90

Chapter 4 Working with Style Sheets and Framesets About this chapter This chapter describes the Style Sheet editor and the Frameset editor for Web targets. It does not attempt to teach the use of HTML tagging or Web design. Contents Topic About style sheets About the Web Target style and style sheet editors Basic editing…

About style sheets – PB Docs 90

About style sheets Style sheet files store common design and layout information independently of the page content of HTML or JSP files. By using style sheets you can: Create a standard design for your HTML pages that can be reused for additional pages as needed. Make it easy to change style definitions within a Web…