Deprecated API

Deprecated Methods
com.fredck.FCKeditor.FCKeditor.getCanBrowse()
          use getConfig().get("LinkBrowser") and getConfig().get("ImageBrowser") instead 
com.fredck.FCKeditor.FCKeditor.getCanUpload()
          use getConfig().get("LinkUpload") and getConfig().get("ImageUpload") instead 
com.fredck.FCKeditor.FCKeditor.setCanBrowse(boolean)
          use getConfig().put("LinkBrowser",...) and getConfig().put("ImageBrowser",...) instead 
com.fredck.FCKeditor.FCKeditor.setCanUpload(boolean)
          use getConfig().put("LinkUpload",...) and getConfig().put("ImageUpload",...) instead