マイグレーション後に、カスタマイズが必要な可能性がある多くのファイルに、 filename_750_bak 形式の名前が付けられます。 これが行われているため、マイグレーションによってカスタマイズが失われることはありません。
カスタマイズされるプロジェクトは、手操作による介入が必要な場合があります。詳しくは、WebFacing の複数ブラウザー・サポートを参照してください。
DSPF などの特定のディスプレイ・ファイルを Firefox ブラウザーで表示する場合は、マイグレーション後に、Web 設定で .CURRENTVALUE または .REF 置換値を使用して再変換する必要がある場合があります。再変換は、マイグレーション済みの WebFacing プロジェクト上で実行することをお勧めします。単一のリソースを変換するには、「WebFacing プロジェクト」ビューで DDS または UIM ヘルプ・ファイルを見つけて選択します。 プロジェクト全体を変換するには、「WebFacing プロジェクト」ビューでプロジェクトを見つけて選択します。 右クリックして、「変換」を選択します。
.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%"> ...