How to implement a WYSIWYG editor for WebApp in Business Catalyst

I created my own WebApp in Business Catalyst and I want to implement a WYSIWYG editor for custom fields of multi line string.

Can I use the one that BC is used in the WebApp admin interface?

I see they use radeditor and I wonder if I can implement this in my own WebApp interface?

I worked around this by implementing my own tinyMCE function, but the only thing that escapes me is the ability to insert images through a picker file dialog box. In my view, there is a paid plugin to tinyMCE to implement a file picker, but I don't know if it would work with Business Catalyst, or if I then it must also implement an ASP connector with it to find the files (which I guess we wouldn't have access to).

Can we use WYSIWYG in British Colombia application in our own WebApp intefaces?

Hello

Could you please visit this link and see if this helps you to achieve what you are looking for.

One-third of the online resources for web developers

Under "Improved the text editor"

Tags: Business Catalyst

Similar Questions

  • How many sites can I host on 1 account Business Catalyst

    How many sites can I host on 1 account Business Catalyst?

    According to the old system of void adobe you get;

    (fully supported) launched 5 websites as part of the full Scott... a student sub gets 1 and they also have 1 with each Muse or Dreamweaver as a stand alone.

    In addition to this, you get temporary venues without end that remain for at least a year... ime that some of them are still in place after 3 years, but the idea is just a fast site that someone can see what you are working on.

    Adobe has decided to change this presentation more if system sub to them before you sign up...

    PS you can have a number any launched sites on your Adobe account, but they are not free.

  • How to implement point filters fixed for FPGA

    Hello!

    I am applying the bandpass filter Butterworth for FPGA.

    I managed to develop filters of fixed point that suits my needs, but I don't know how to implement on a table in a project after the FPGA code generation. I tried to understand it in the examples, but I was not very successful.

    My time to finish what runs, any help would be really appreciated...

    Any suggestions?... some examples?

    Thanks in advance

    I've already done that and solved the problem.

    In any case thank you and have a nice day

    Ljubica

  • How can I export or re-export to the Business Catalyst url after the personal FTP download?

    Hi there, let me explain my problem:

    I have published my Web site with test businesscatalyst address (mywebsite.businesscatalyst.com).

    When I finished my creation, I downloaded it on my personal FTP (change of the information in the box 'exporter'), but I lost all functions of Business Catalyst (contact, report, etc.).

    Then I do an automatic redirect: www.mywebsite.com > mywebsite.businesscatalyst.com.

    Now, I want to re-export changes to my test site (mywebsite.businesscatalyst.com), can I change the information in the box of the exporter.

    But he wants to create a new address (mywebsite01.businesscatalyst.com)!

    Can you tell me how I can be reissued at the same and the address of a good (mywebsite.businesscatalyst.com)?

    Thanks for your help.

    Al.

    Al, I will carry this private message I'll share the details of the user you use for the site.

    Thank you

    Sanjit

  • How to move the outside host Dreamweaver site to Business Catalyst

    Hello

    I have my Dreamweaver site hosted with Hurricane Electric now and you want to move to Business Catalyst.  I tried to do it by opening my site in Dreamweaver and clicking on the choice of the Site/New Business catalyst Site menu but the dialog box only appears for a second and then disappears.  So next time, I tried going to my catalyst for business portal and the creation of a new site by importing my site existing since its URL, bitsong.com.  This imported most of the site but did not import the SWF files and the Unity3d player does not work.

    My question is, how do I get connected to this temporary site Dreamweaver: http://bitsong.businesscatalyst.com/ and get the rest of my downloaded files and work on this temporary site?  I can do this with FTP or I have to use a new Protocol, SFTP.  Thank you.

    Barbara

    P.S. I know that to push the live site, I have to change the server names of Hurricane Electric to Business Catalyst, but I would prefer not to push the live site until I have everything working on the temporary site.

    Thanks, I managed to get my site downloaded from Dreamweaver using the Site/New Business Catalyst Site menu in Dreamweaver CM³.  Then, once the site has been created, I deleted everything that was already there and downloaded from my own site.  It worked.  I had to download Dreamweaver CC for this.  For some reason, the menu new Business Catalyst has not worked in CS6.

    Barbara

  • How can I email the contact form outside of Business Catalyst?

    I try to use the Muse and send the contact form, but not use Business Catalyst.  Any suggestions?

    Hello

    You can use your online form, with all other hosts. Please click the link below to see how you can use the webform widget

    Adobe help Muse | Work with the shape of Widgets

    Let me know if you have any question.

  • Where can I get a domain name for use with business catalyst?

    I can't find any info Starter understandable basis for the catalyst for business on the web.

    Hello

    After purchasing your site via BC, you also have to buy your domain name from a registrar (godaddy, etc.).

    Then you add your domain to your site of BC and then update your DNS in your registrar point of hosting us.

    More details: http://helpx.adobe.com/business-catalyst/using/change-site-domain.html (follow steps 1-3)

    So who need more guidance to need us to confirm your set-up please focus on direct support live chat.

    - http://helpx.adobe.com/contact.html (select Business Catalyst and go forward)

    Kind regards

    -Sidney

  • CSM for Dreamweaver with Business Catalyst Site

    I am looking for a way to add a simple CMS to a few sites I've created in Dreamweaver CS5.5.  'Convert' a site built in Dreamweaver in a Business Catalyst site if I use the CMS?

    Hello

    Yes it is possible that you can build the site and choose the option 'start from' scratch that the system will create a site empty.  Then you can download all your course page/content/files in DW via FTP.

    Once you create the empty site to follow the FTP connection information guide and you should be up and running once your files are all loaded.

    - http://kb.worldsecuresystems.com/153/bc_153.html

    I hope this helps!

    -Sidney

  • How to implement by scanning image for Blackberry 5.0 and later version OS devices?

    Hi all
    I need to develop the functionality of drag in an application. To do this, I added five bitmapfield in five different verticalfield Manager and these five verticalfiled have been added in a horizontalfield with the Horizonatal Scroll property manager. And try to implement features of shot using Touch events. Code below works for Blackberry OS 5.0 devices, but its does not work in Blackberry 6.0 and later OS devices.

    protected boolean touchEvent (TouchEvent message)
    {

    try {}
    int x = message.getX (1);
    int y = message.getY (1);

    int eventCode = message.getEvent ();
    if(eventCode == TouchEvent.Down)
    {
    DX = x;
    DY = y;
    }
    Another yew (eventCode is TouchEvent.UP)
    {

    UX = x;
    UY = y;

    disX = Dx - Ux;
    disY = Dy - Uy;

    If (disX > (Display.getWidth () / 3) & this.index)<>
    {

    If (this.index<>
    This.index ++;
    vfmImage [this.index] .setFocus ();
    System.out.println ("disX:" "+ disX +" different: "+ (Display.getWidth () / 3) +" Index: "+ this.index);

    }

    ElseIf (disX < display.getwidth()="" -(display.getwidth()="" +="" display.getwidth()/3)="" &&="" index=""> 0)
    {

    if(this.index>0)
    -This.index;
    vfmImage [this.index] .setFocus ();
    System.out.println ("disX:" + disX + "different:"+(Display.getWidth()-(Display.getWidth() + Display.getWidth () / 3 ")) +" Index: "+ this.index);

    }
    on the other
    {
    if(index==0)
    {
    vfmImage [1] .setFocus ();
    }
    on the other
    {
    vfmImage [this.index - 1] .setFocus ();
    }

    vfmImage [this.index] .setFocus ();

    }

    }

    }
    catch (System.Exception e)
    {
    Dialog.Alert ('catch');
    e.printStackTrace ();
    }
    Return super.touchEvent (message);
    }

    Thank you
    Sylvie

    Hello

    Use this api
    http://www.BlackBerry.com/developers/docs/5.0.0api/NET/rim/device/API/UI/extension/component/picture...

    Kind regards
    pp

  • Any idea on how to implement the discussions threaded for physical record in URM.

    I have a requirement of implementation of the functionality of dicussion threaded for physical records in URM. It is currently only available for electronic records only.

    Thank you

    Vanina

    We finally reached by taking the output of the component box discussion threads and rename all the services, change some db queries (since all the material metadata element are present in different tables) and also by the way dSource = physical parameter so that the system makes a distinction between electronic and physical records. Also I am not suggesting to ovveride resources of the existing component rather get all resource definitions in your new device. This will eliminate the dependence between two components, and each will work independently.

  • How to implement an OR condition for 2 strings?

    Hello, I have a flash memory external data from serial port to LV, and I would sense when incoming data is complete. In my microcontroller code, I attributed a characters EOS (to mark the end of the data), however, I would like to check if EOS is arrived OR a continous FFFFFFFFFFFF is sent by flash mem (indicating that there is no more Flash). How can I make ORing these two strings?

    After reviewing your post, I indicated my own question.  See attachment.  As stated earlier, you will need to determine where the F 10 is received.  You could just output a Boolean to the Golden Gate, once you have received enough Fs or string as in my example.  Your choice.

  • How to set the default size for SWF published in Catalyst CS5.5

    I create a project of 800 * 600 pixels in Catalyst CS5.5 and published it as .swf.

    But when I open the .swf that is published, the default size is less than 800 * 600. I have to resize by myself.

    So is there any method I can set the default size for published .swf?

    Thank you guys! Best regards.

    Nick

    When you start the new Flash Catalyst project, you have the option to enable resizing

    This setting is enabled by default.

    If you need to change it later, you can go into edit > settings of the artboard.

    Now when you publish your project, the width and height will be there will substitute.

    As to manually file editting the HTML, there are 3 sets of tag that define the width and height of the project (to manage different browsers). You will need to adjust the values of each of these tag sets. You should just have to do if you cannot republish the file.

    Chris

  • Field number of the web app: how to format a number as a currency in Business catalyst

    Not a coder. I have a numeric field, I created in my web application, please, how can I format this field to display the numbers as this 999,999,999,999 (#120,000,000) is random. Help will be appreciated.

    You can not. Numeric field is here to store integers. 999,999,999,999

    is not a whole number. You must use the text string. Unless you use the

    the field inside the form of research, in which case you need to use JavaScript for

    to format the contents of the field in the interface.

    See you soon,.

    Mario

  • File picker for Business Catalyst WebApp server-side

    When we write our own WebApps in Business Catalyst, how can we present a file selection dialog box so that the user can select a file that exists on the server and possibly download a file on the server of this same dialog box?

    Catalyst for business have their own implementation of the present in the admin WebApp UI and I wonder if we can hang on it. I guess it will be a question to include a JS file (or several files) and then a jQuery works to hang it.

    Can I use the file in British Colombia picker?

    If this is not the case, how could I go about this as I guess I would need to provide some sort of connector ASP to do the work of collecting lists of files/folders which I guess would be not possible to do.

    Brett,

    If you (or someone else) for the license of the file Explorer code, I created for use in your applications to BC happy to do. Drop me a line.

  • How to change the default editor (IDE) class?

    How to change the default editor for my custom IDE (IDE) class (in this case it is FlashDevelop)?

    Options by default in preferences > Script files are only Animate and Flash Builder.

    Thank you!!

    Those are the only options available to animate, unless someone in the community has done something to customize this feature.

Maybe you are looking for