Ticket #149 (closed defect: duplicate)
make the formatblock selectbox language depending
| Reported by: | gocher / udo.schmal@… | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Xinha Core | Version: | |
| Severity: | normal | Keywords: | language |
| Cc: |
Description
this.formatblock = {};
this.formatblock[HTMLArea._lc("— format —")] = "";
this.formatblock[HTMLArea._lc("Heading 1")] = "h1";
this.formatblock[HTMLArea._lc("Heading 2")] = "h2";
this.formatblock[HTMLArea._lc("Heading 3")] = "h3";
this.formatblock[HTMLArea._lc("Heading 4")] = "h4";
this.formatblock[HTMLArea._lc("Heading 5")] = "h5";
this.formatblock[HTMLArea._lc("Heading 6")] = "h6";
this.formatblock[HTMLArea._lc("Normal")] = "p";
this.formatblock[HTMLArea._lc("Address")] = "address";
this.formatblock[HTMLArea._lc("Formatted")] = "pre";
Change History
Note: See
TracTickets for help on using
tickets.
