Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

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;