FCKEditor Enhanced table functions problems

Post custom hacks and enhancements for phpwcms here only. Maybe some of these things will be included in official release later.
Post Reply
jboavida
Posts: 6
Joined: Fri 26. Aug 2005, 03:06

FCKEditor Enhanced table functions problems

Post by jboavida »

Hi, I' using the new FCKEditor2 by pico.

When I try to use the enhaced table functions, the 2 tabs shows "undefined" as title. Also when I put something in the Width field
(even zero) I get an error dialog box with the word "undefined".

Image

Version is 1.2.5-DEV

Can anyone help?

Thanks
Joaquim
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

think that happens cause there are no Entries for your Language in

../include/inc_ext/FCKeditor2/editor/lang/XXX.js

Code: Select all

// Table Dialog
DlgTableTitle		: "Tabellen Eigenschaften",
DlgTableRows		: "Zeile",
DlgTableColumns		: "Spalte",
DlgTableBorder		: "Rahmen",
DlgTableAlign		: "Ausrichtung",
DlgTableAlignNotSet	: "<nichts>",
DlgTableAlignLeft	: "Links",
DlgTableAlignCenter	: "Zentriert",
DlgTableAlignRight	: "Rechts",
DlgTableWidth		: "Breite",
DlgTableWidthPx		: "Pixel",
DlgTableWidthPc		: "%",
DlgTableHeight		: "Höhe",
DlgTableCellSpace	: "Zellenabstand außen",
DlgTableCellPad		: "Zellenabstand innen",
DlgTableCaption		: "Üeberschrift",
DlgTableInfoTab		: "Info",
DlgBordersTab		: "Rahmen",
DlgBordersWidth		: "Border",
DlgBordersRules		: "Rules",
DlgBordersRulesNotSet	: "Not set",
DlgBordersRulesGroups	: "Groups",
DlgBordersRulesAll		: "All",
DlgBordersRulesNone		: "None",
DlgBordersRulesRows		: "Rows",
DlgBordersRulesNotSet	: "Not set",
DlgBordersFrames		: "Frames",
DlgBordersFramesNotSet	: "Not set",
DlgBordersFramesVoid	: "No sides",
DlgBordersFramesAbove	: "The top side only",
DlgBordersFramesBelow	: "The bottom side only",
DlgBordersFramesHsides	: "The top and bottom sides only",
DlgBordersFramesVsides	: "The right and left sides only",
DlgBordersFramesLhs		: "The left-hand side only",
DlgBordersFramesRhs		: "The right-hand side only",
DlgBordersFramesBox		: "All four sides",
DlgBordersFramesBorder	: "All four sides",
DlgBordersModelNotSet	: "Not set",
DlgBordersModelCollapse	: "Collapse",
DlgBordersModelSeparate	: "Separate",
DlgBordersSpacing		: "Spacing",
DlgBordersEmptyCellsNotSet	: "Not set",
DlgBordersEmptyCellsShow	: "Show",
DlgBordersEmptyCellsHide	: "Hide",
DlgTableAlertBorderWidth	: "Type correctly the border width (ex: 1px)",
for this Fields - have changed this only in de.js :oops:
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Post Reply