Miscellaneous | Javascript File Editor | When you edit a Javascript File from the Web Projects Control Panel, the editor used to edit the file was previously a modal editor. It has now been rewritten to use a MDI window, which means you can leave the editor open while you work on other files. Also, the editor has an integrated Interactive Window that allows you to test Javascript code. Watch Video Date added: 2014-11-30 |
UX and Grid Component | Xbasic Function Library | When a component makes an Ajax callback, an Xbasic function that you define handles the callback. This function is typically defined within the component (in the Xbasic Function Declarations section). This means that the function definition cannot be used in some other component. By defining the function in an Xbasic Function Library that is linked into the component, you can now easily define Xbasic functions that can be shared among multiple components. NOTE: Xbasic Function Libraries are an alternative to compiling your functions into an .aex file. Watch Video Date added: 2014-11-30 |
Miscellaneous | Xbasic Modules | An Xbasic Module is a file that contains Xbasic function and class definitions. The code defined in a module can be made available to other Xbasic code by using the require() function. This video demonstrates how Xbasic Modules can be used. Watch Video Date added: 2014-11-30 |
Comment