Visualizzazione dei risultati da 1 a 2 su 2
  1. #1
    Utente di HTML.it L'avatar di Grinder
    Registrato dal
    Mar 2003
    Messaggi
    1,374

    Personalizzare FCKeditor

    Qualcuno sa coem si allarga e alza la finestra di scrittura di FCKeditor? Poi ci sarebbe un altro problemino: quando carico un file e lo cerca sul server, il browser non va mai in nessuna cartella al di fuori di quella di default (userfiles), come faccio a correggere questo errore?

  2. #2
    Utente di HTML.it
    Registrato dal
    Oct 2003
    Messaggi
    4
    nel file fckeditor.js .

    var FCKeditor = function( instanceName, width, height, toolbarSet, value )
    {
    // Properties
    this.InstanceName = instanceName ;
    this.Width = width || '97%' ;
    this.Height = height || '90%' ;
    this.ToolbarSet = toolbarSet || 'Default' ;
    this.Value = value || '' ;
    this.BasePath = '/fckeditor/' ;
    this.CheckBrowser = true ;
    this.DisplayErrors = true ;

    this.Config = new Object() ;

    // Events
    this.OnError = null ; // function( source, errorNumber, errorDescription )
    }

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2026 vBulletin Solutions, Inc. All rights reserved.