トップ 最新

#3 [全文検索]

検索方法

並べ替え: 表示件数: 検索条件の書式:

[SIMILAR] WITH 36149 showalways WITH 28639 hideifnofocus WITH 21166 static WITH 20578 addresslist WITH 16171 headeredit WITH 12093 bold WITH 11821 edit WITH 9921 width WITH 9107 line WITH 7996 true WITH 7264 attachment WITH 7159 unstructured WITH 7008 style WITH 6412 field WITH 6388 signature WITH 4887 subject WITH 4125 bcc WITH 2166 type WITH 975 70 WITH 963 =" WITH 1 こん WITH 1 んな WITH 1 な感 WITH 1 感じ WITH 1 じで WITH 1 で。 WITH 1 。< WITH 1 < WITH 1 > WITH 1 " WITH 1 "> WITH 1 to の検索結果 178 件中 1 - 10 件目 (0.078539423 秒)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 次へ

2002-10-11 [類似検索]

headeredit

こんな感じで<headerEdit> <line> <static width="70" style="bold" showAlways="true">To:</static> <edit type="addressList" field="To">{To}</edit> </line> <line hideIfNoFocus="true"> <static width="70" style="bold" showAlways="true">Cc:</static> <edit type="addressList" field="Cc">{Cc}</e ...

#  (スコア:10000)

2002-10-14 [類似検索]

headeredit

良く考えたらshowAlways属性は要らないですね。さらにテンプレートを評価することも出来ないので、fieldで指定されたフィールドを使うということにしましょう。というわけでこんな感じ。 <headerEdit> <line> <static width="70" style="bold">To:</static> <edit type="addressList" field="To"/> </line> <li ...

#  (スコア:8715)

2002-05-07 [類似検索]

ヘッダビューカスタマイズ

こんな感じに。これで大体QMAIL 2.xと同じ風になります。 <header> <line> <static width="70" style="bold" showAlways="true">To:</static> <edit>{@Name(To)}</edit> </line> <line hideIfEmpty="cc"> <static width="70" style="bold" showAlways="true">Cc:</static> <edit name="cc">{@Name(Cc)}</edit> ...

#  (スコア:7586)

2006-07-05 [類似検索]

[Q3] ヘッダビューで複数行 (2)

自動的に折り返してくれるのではないのかというコメントを受けて、長くなったときに自動的に折り返せるようにしてみました。 <line class="mail"> <static width="auto" style="bold" showAlways="true">To:</static> <edit multiline="2" wrap="true">{@FormatAddress(To, 3)}</edit> </line> のように、wrap= ...

#  (スコア:6921)

2007-02-15 [類似検索]

[Q3] 開封通知

Disposition-Notification-Toが付いているメッセージに開封通知を送る例です。まず、開封通知を既に送ったかどうかはUser1フラグを使うことにしてみます。 @If(@And(@Not(@User1()), Disposition-Notification-To), @Progn(@User1(@True()), @If(@Equal(@MessageBox(@Concat(Disposition-Notification-To, 'に開 ...

#  (スコア:5582)

2002-04-26 [類似検索]

ヘッダビューのカスタマイズ

こんな感じでしょうか。 <header> <line> <static width="50" style="bold">To:</static> <edit readonly="true">{To}</edit> </line> <line hideIfEmpty="cc"> <static width="50" style="bold">Cc:</static> <edit name="cc" readonly="true">{Cc}</edit> </line> <line> <static width="50" style="bold">Fr ...

#  (スコア:5030)

2007-04-16 [類似検索]

[Q3] headeredit.xmlのcomboboxとcheckbox

少し前のバージョンからheaderedit.xmlでコンボボックスとチェックボックスを使えるようにしてあります。例えば、 <checkbox field="Disposition-Notification-To" value="foo@example.org">受領確認を要求</checkbox> のようにするとチェックボックスでDisposition-Notification-Toヘッダを付けるかどうかを指 ...

#  (スコア:2714)

2003-09-16 [類似検索]

[Q3] アカウントリスト (2)

自動的に隠すときにアカウントの行が消えないようになってしまっていますので、明日のNightly Buildで修正します。ご自分で.headereditlineエレメントを修正してもOKです。 ...

#  (スコア:2533)

2006-02-26 [類似検索]

ツッコミ!! (mamk)

この影響だったのですね。例えば「宛先」が「宛...」となっていたりしていて、header.xml、headeredit.xmlの「width="?.?em"」の値を大きくしないと、ほとんどの項目が正常に表示されませんでした。 試しにheader.xmlを消して作り直しても表示が切れてしまいますが、フォントの指定が違うからでしょうか? ...

#  (スコア:2533)

2003-08-10 [類似検索]

[Q3] アカウントクラス

アカウントクラス(アカウントタイプと書いていましたが、諸般の事情によりアカウントクラスということになりました)を実装しました。 まず、アカウントクラスごとにテンプレートを切り替えられます。これに伴い、テンプレートの置き場はtemplates/<アカウントクラス名>/<テンプレート>に変更になりました。デ ...

#  (スコア:2533)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 次へ