Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

חיפוש בתמיכה

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

מידע נוסף

Thunderbird Tables - Default Configuration?

  • 1 תגובה
  • 0 have this problem
  • 20 views
  • תגובה אחרונה מאת 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;