搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Thunderbird Tables - Default Configuration?

  • 1 个回答
  • 0 人有此问题
  • 20 次查看
  • 最后回复者为 gp

more options

Is there a method to configure the default attributes of Thunderbird Tables, prior to email composition?

In other words, can the config editor be enhanced to edit the default Table Size parameters: Rows, Columns, Width (% of window / pixels), Border?

Thank you.

Is there a method to configure the default attributes of Thunderbird Tables, prior to email composition? In other words, can the config editor be enhanced to edit the default Table Size parameters: Rows, Columns, Width (% of window / pixels), Border? Thank you.
已附加屏幕截图

所有回复 (1)

more options

Hello

no, this is hard coded:

 // Set initial number to 2 rows, 2 columns:
 // Note, these are not attributes on the table,
 //  so don't put them in InitDialog(),
 //  else the user's values will be trashed when they use
 //  the Advanced Edit dialog
 gDialog.rowsInput.value = 2;
 gDialog.columnsInput.value = 2;