|
Framework JavaScript ACube V2.10.0 | ||||||||
CLASSE PRECEDENTE CLASSE SUIVANTE | CADRES SANS CADRES | ||||||||
SOMMAIRE: ATTR | CONSTR | METH | DETAIL: ATTR | CONSTR | METH |
Object | +--ComponentPopupInline
the class « ComponentPopupInline » is the class who it's able to manage the component
PopupInline.
Private attributes is used within the framework ergonomic side.
Examples :
1.Javascript:
ComposantPopUpInLine2 = new ComponentPopupInline (true,"ComposantPopUpInLine2","Titre2", "http://admisource.gouv.fr/", 130, 150, 3*90, 3*160, "#006666");
//note bene : with a loader you don't need to call the display() method.
//ComposantPopUpInLine2.display();
1.IHM:
ComponentPopUpInLine with a loader picture:
2.Javascript:
ComposantPopUpInLine2 = new ComponentPopupInline (false,"ComposantPopUpInLine2","Titre2", "http://admisource.gouv.fr/", 130, 150, 3*90, 3*160, "#006666");
ComposantPopUpInLine2.display();
2.IHM:
ComponentPopUpInLine without a loader picture:
Date: 02/01/2008
Version: 2.7.0
Definie dans technique/fw_popupinline.js
Sommaire des Attributs | |
<private> String |
background
Private attribute « background » indicate the HTML COLOR CODE for the background of the popup frame. |
<private> String |
displayLoader
Private attribute « loader » is a boolean for display a loader icon. |
<private> String |
divBind
Private attribute « divBind » - dynamic Zone (object DOM HTML) associated with the component. |
<private> Dragger |
dragger
Private attribute « dragger » - The Dragger object wich allow the popup to be dragged. |
<private> String |
height
Private attribute « height » refers the height of the popupinline in pixel. |
<private> string |
id
Private attribute « id » - id of the div. |
<private> String |
left
Private attribute « left » refers the left position of the popupinline in pixel. |
Object |
popupinline_document
|
<private> String |
title
Private attribute « title » refers the title of the popupinline. |
<private> String |
top
Private attribute « top » refers the top position of the popupinline in pixel. |
<private> String |
url
Private attribute « url » refers the url of the page that the popupinline have to display. |
<private> String |
urlLoaderPicture
Private attribute « urlLoaderPicture » refers the URL of the Loader's icon. |
<private> String |
width
Private attribute « width » refers the width of the popupinline in pixel. |
Sommaire des Constructeurs | |
ComponentPopupInline
(<String_Obligatory> popupinline_displayloader, <String_Obligatory> popupinline_id, <String_Obligatory> popupinline_title, <String_Obligatory> popupinline_url, <Integer_Obligatory> popupinline_position_top, <Integer_Obligatory> popupinline_position_left, <Integer_Obligatory> popupinline_height, <Integer_Obligatory> popupinline_width, <String_Optional> popupinline_background, <String_Optional> popupinline_loader_picture)
Create a PopUpInLineComponent Type object. |
Sommaire des Méthodes | |
<private> void
|
cancel()
This private method « cancel() » enables ComponentPopUpInLine to close the popup frame. |
<private> void
|
display()
This private method « display() » enables ComponentPopUpInLine to display the popup frame. |
<private> void
|
ecrireBind()
This private method « ecrireBind() » starts the generation of code HTML of the dynamic zone associated with the component. |
<private> string
|
ecrireElementDomHTML()
The private method « ecrireHTML()» is used to generate the style HTML. |
<private> void
|
initDivBind()
This private method « initDivBind() » is used to specify a variable who refers html div. |
<private> void
|
saveInitSpacePosition()
The private function « saveInitSpacePosition() » save initial space positions of the ComponentPopupInline |
Détail des Attributs |
<private> String background
<private> String displayLoader
<private> String divBind
<private> Dragger dragger
<private> String height
<private> string id
<private> String left
Object popupinline_document
<private> String title
<private> String top
<private> String url
<private> String urlLoaderPicture
<private> String width
Détail des Constructeurs |
ComponentPopupInline(<String_Obligatory> popupinline_displayloader, <String_Obligatory> popupinline_id, <String_Obligatory> popupinline_title, <String_Obligatory> popupinline_url, <Integer_Obligatory> popupinline_position_top, <Integer_Obligatory> popupinline_position_left, <Integer_Obligatory> popupinline_height, <Integer_Obligatory> popupinline_width, <String_Optional> popupinline_background, <String_Optional> popupinline_loader_picture)
popupinline_displayloader - String_Obligatory
Boolean : indicate the loader display mode. (true : display the loader; false : hidden the loader)
popupinline_id - String_Obligatory
String : indicate the id of the ComponentPopupInline .
popupinline_title - String_Obligatory
String : indicate the title of the ComponentPopupInline.
popupinline_url - String_Obligatory
String : indicate the url of the ComponentPopupInline.
popupinline_position_top - Integer_Obligatory
Integer : indicate the top of the ComponentPopupInline.
popupinline_position_left - Integer_Obligatory
Integer : indicate the left of the ComponentPopupInline.
popupinline_height - Integer_Obligatory
Integer : indicate the height of the ComponentPopupInline.
popupinline_width - Integer_Obligatory
Integer : indicate the width of the ComponentPopupInline.
popupinline_background - String_Optional
String : refers the HTML color code for the background of the ComponentPopupInline.
popupinline_loader_picture - String_Optional
String : refers the url of picture loader of the ComponentPopupInline.
Détail des Méthodes |
<private> void cancel()
None -
<private> void display()
None -
<private> void ecrireBind()
None -
<private> string ecrireElementDomHTML()
none -
<private> void initDivBind()
Aucun -
<private> void saveInitSpacePosition()
Aucun -
|
Framework JavaScript ACube V2.10.0 | ||||||||
CLASSE PRECEDENTE CLASSE SUIVANTE | CADRES SANS CADRES | ||||||||
SOMMAIRE: ATTR | CONSTR | METH | DETAIL: ATTR | CONSTR | METH |