Answers

Question and Answer:

  Home  Ext JS

⟩ Explain requirements for a simple EXT-JS?

1.Call Ext-Base.js in a html file

2.This file should exist under webcontent/adapter/ext - Library is added.

3.Default stylesheet ext-all.css is avb under resources/css

4.Have your own js file link it under HTML file if required.

5.Helping js can also be called inside your HTML file.

6.Have layer to print your object. The layer is called Layer Dialog Area.

7.Use onReady() inside which object can be created and declared

8.Call the object with the EXT.get()

9.To open a window EXT.window() to set the properties and use show() to show the result in the monitor.

 189 views

More Questions for you: