Scala – Functions with Named Arguments
In this guide, we will discuss Scala Functions with Named Arguments. In a normal function call, the arguments in the call are matched one by one in the order of…
In this guide, we will discuss Scala Functions with Named Arguments. In a normal function call, the arguments in the call are matched one by one in the order of…
Variables are a named memory location used to hold a value that can be changed during the script execution. Following are the basic rules for naming a variable. You must use…
In this guide, we will discuss Scala Partially Applied Functions. When you invoke a function, you're said to be applying the function to the arguments. If you pass all the…
This UI component of Ext.js Window is to create a window, which should pop up when any event occurs. Window is basically a panel, which should appear when any event…
In this guide, we will discuss Scala Nested Functions. Scala allows you to define functions inside a function and functions defined inside other functions are called local functions. Here is an…
The InputBox function prompts the users to enter values. After entering the values, if the user clicks the OK button or presses ENTER on the keyboard, the InputBox function will return the…
The MsgBox function displays a message box and waits for the user to click a button and then an action is performed based on the button clicked by the user. Syntax MsgBox(prompt[,buttons][,title][,helpfile,context])…
A small piece of information that appears when some event occurs. Basically, it is used for hover over event in Ext.js Tooltip. Syntax Following is a simple syntax to create…
In Ext.js Chart are used to represent data in pictorial format. Following are the different charts provided by Ext JS − Sr.NoCharts1Pie ChartAs the name indicates, this chart is used…
In this chapter, you will acquaint yourself with the commonly used excel VBA terminologies. These terminologies will be used in further modules, hence understanding each one of these is important.…