Une fois la migration terminée, les fichiers susceptibles de comporter une personnalisation auront des noms au format suivant : nomfichier_750_bak. Vos personnalisations seront ainsi préservées après la migration.
Les projets personnalisés peuvent nécessiter une intervention manuelle. Pour plus de détails, voir Prise en charge WebFacing de plusieurs navigateurs.
Certains fichiers écran peuvent nécessiter une conversion après migration pour s'afficher dans le navigateur Firefox, comme les zones DSPF qui utilisent les valeurs de remplacement .CURRENTVALUE ou .REF pour leur paramètres Web. Nous vous recommandons d'effectuer la conversion sur le projet WebFacing migré. Pour convertir une ressource unique, localisez et sélectionnez le fichier d'aide DDS ou UIM dans la vue Projets WebFacing. Pour convertir l'intégralité du projet, localisez et sélectionnez le projet dans la vue Projet WebFacing. Cliquez avec le bouton droit de la souris, puis sélectionnez Convertir.
.launchbutton { border-color:black; border-width:1px; text-align:right; }
.wf_layer { background-image:expression(document.body.currentStyle.backgroundImage); background-color:expression(document.body.currentStyle.backgroundColor); background-repeat:expression(document.body.currentStyle.backgroundRepeat); background-attachment: expression(document.body.currentStyle.backgroundAttachment); background-color: #E3C993; }
SPAN.wf_field { width: 100%; border-style: none; display: inline-block; //for all browsers display: -moz-inline-block; //for Firefox 2} .scrollbarUpArrow { background-color: transparent; background-image: url("UpArrow.gif"); background-position: bottom; background-repeat: no-repeat; width: 16px; height: 16px; } .scrollbarDownArrow { background-color: transparent; background-image: url("DownArrow.gif"); background-position: top; background-repeat: no-repeat; width: 16px; height: 16px; } .scrollbarSlider { background-color: #73a2bd; background-image: url("CurrentSegment.gif"); background-repeat: repeat-y; } .scrollbarBackground { background-color: transparent; background-image: url("segment.gif"); width: 16px; height: 100%; background-repeat: repeat-y; }
<html <wf:lang text="lang="/> style="height:100%"> <head> ... <head> <body style="height:100%"> ...