Changes between Version 5 and Version 6 of Dev/Technical/JS/Popups


Ignore:
Timestamp:
09/28/10 12:01:30 (3 years ago)
Author:
cemunoz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev/Technical/JS/Popups

    v5 v6  
    1 == 1.Exclusive pop up == 
     1== 1. Exclusive pop up == 
    22=== Description === 
    33This is the most basic pop up. It just created a simple pop up without buttons. Therefore, it is mostly used to show simple information, like the progress dialog pop up. Although basic, this pop up is exclusive, which means that the user won't be able to interact with the interface out of the pop up. 
     
    2929}}} 
    3030 
    31 == 2.Exclusive pop up with buttons == 
     31== 2. Exclusive pop up with buttons == 
    3232 
    3333=== Description === 
     
    8888[[Image(ExclusivePopupWithButtons.png)]] 
    8989 
    90 == 3.Exclusive pop up with buttons and preload == 
     90== 3. Exclusive pop up with buttons and preload == 
    9191 
    9292=== Description ===