Using Text Editor control in Visual Compose

Hello,
I have added Text Editor control in a input form with certain dimensions, but when I preview the form the text edit field has different height than my layout view.
Do you know what am I doing wrong?
Marcelo

Hello marcelo,
When you check the configuration panel (on the upper- right side). There's an option in layout "fit content" this might be on auto, you could change it to actual size.
Regards

Similar Messages

  • Text editor control to be made non-editable

    Hello Experts,
    Need a small help from you people.
    I need to make a text editor control  non-editable,i n a sub-screen; depending upon the value of a field on the main screen. Can you please let me know of the easiest way out with this?
    Thanks in advance,
    Kumud.

    HI,
    You can write a code in PAI of main screen. there by using loop at screen you can make that field editable or disabled.
    Code sample:
    loop at screen.
    ****condition for value check
    if screen-name = 'TEXT_EDIT_NAME'
    screen-output = 1.
    screen-input = 0.
    modify screen.
    endif.
    endloop.
    Hope this will help you.

  • Regarding using text editor in 11g for writting query

    how can i use text editor in oracle 11g for writting query as in oracle 9i in which we use 'ed' command.

    user13063489 wrote:
    how can i use text editor in oracle 11g for writting query as in oracle 9i in which we use 'ed' command.This is really for asking in the database forum.
    However I assume you are using sqlplus
    If this is the case define the _EDITOR variable to one of the following as appropriate ....
    DEFINE _EDITOR=notepad
    DEFINE _EDITOR=vi
    For more assistance use the database general forum.

  • Simultaneously watch film and use text editor?

    I've been using an app called "Listen&Type" for years that allows me to open and control a film clip in a separate window and simultaneously call up a text editor for recording notes while watching the clip:
    http://www.nattaworks.com/english.html
    As you can see from their website, the app hasn't been updated in a while (and, judging by the last update of their website, probably never will be). My problem is that this app is PowerPC-based and I plan on upgrading to Mac OS X Lion when it comes out. But according to various reports, support for PowerPC apps via Rosetta will be dropped in Lion.
    Does anyone happen to know of an alternative to this app, i.e. one that offers similar functionality?
    Thanks.

    Try searching on MacUpdate and CNET Mac Downloads. As for Lion compatibility check out THIS.

  • Using Text Editor app

    Hi,
    I am have a long plain text doc and I would like to copy and paste it on to a rtf doc in Text Editor, however when I attempt this I am unsuccessful. Is this possible using the text editor? How do I acheive this. I would also like to understand what this app does but can't really find a clear explanation.
    Thanks

    The capabilities and features of TextEdit are intentionally both basic, and quite generic.
    Many of the folks working with text extensively will tend toward the use of a full-on text editor such as the command line text editors vim or emacs, a GUI version of those editors such as MacVim or the emacs distros for OS X, or loading and using the (free) TextWrangler tool in place of TextEdit, or moving toward a purpose-built text-processing tool such as using Scrivener for writing or Xcode for programming.
    For what you're probably up to here, I'd guess that TextWrangler is probably the best and most flexible approach.  That tool can read and write all sorts of different file formats and encodings, and it's GUI based — as you'd probably prefer to use here.
    Text files can and do have various formats and various contents — different file organizations and different text encodings, whether using RTF, or a text file containing Unicode or ASCII / ISO Latin 1 or various other character encodings, so without some idea of what you're dealing with here, a more specific answer is difficult. 
    "Simple" text files usually aren't, unfortunately.

  • Using TEXT EDITOR in a Container

    Hi,
    I have one question about the scroll bar.
    I don´t know how can i control the scroll bar.
    Someone know which method can i use?
    Regards,
    Fred

    I understand about your explanation but this refers to vertical scroll, i didn't specify yet but i want some answer about the horizontal scroll. Sorry about that.
    Thanks for your answer.
    Regards,
    Fred

  • Upload control in Visual Composer

    Hi guys,
    We here are wondering whether an upload control is something that's needed or not. We are considering implementing this for EhP2.
    Can you please comment on this? Do you find such control helpful?
    Thanks,
    Natty

    Hi Netanel,
    I think an upload would be great. In the last year there were several threads here in the forum asking for an upload function.
    How do you think to realize it? Where would the data stored? Does it work like the KM iViews and are the data stored in KM?
    BTW another must have in the EhP should a export to excel so that I get the file as excel file on my local machine without using the clipboard.
    I think Mickey told us during his visit in our office that you have planned such a feature. I have started with ABAP Webdynpro in the end of last year and there you have the ALV (ABAP List Viewer) component,
    which has standard features like export to excel (then you get a excel file as download) filter, sort, displaying and hiding columns and so on. Dafna showed me some slides where an ALV is planned for VC 7.1.1 (btw why is this element called ALV?). Do you think that this ALV could be part of an EhP for VC 7.0?
    Best Regards,
    Marcel

  • Text Editor -options

    Hi,
    I have been using text editor control.
    In this when we click load file button...an open prompt window appears..
    there we will be finding Files of type... dropdown..containing values like text(.txt) file and All file types..
    Is there any way to restrict this dropdown to single value..i mean to .txt file..should only be viewed omitting
    All files option in dropdown..
    i am using CL_GUI_TEXTEDIT..control...
    Is there any option to do it...
    Please Help me out.
    Thanks & Regards,
    Sandy.

    Hi Sandy,
    I don't think there is any method for this. As the dialog box opened is depending on your OS.
    But, you can cross check the uploaded file for  " .txt " using CP (contains pattern) function of string.
      DATA: xl type string.
      xl = '*.txt'.
      IF not P_FILE CP xl.  "P_FILE is name of file you will get.
    "Error"
    ENDIF.
    Sachin

  • How to use ENQUE and DEQUE BAPI in Visual Composer

    Hi All,
           We are planning to update employee Address through Portal for that one we did one BAPI which supports ADDRESS Change of an employye, through Visual Composer we developed the application and we integrated into SAP Portal but we are not able to update our records, then we found BAPI_EMPLOYEE_ENQUE and BAPI_EMPLOYEE_DEQUE, but we don't know how to use thease BAPI's in Visual Composer i mean how to make connection between out input form and thease BAPI''s and our custom BAPI's.
    If any one having this experience please let me know.
    Thanks in Advance.
    Thanks and Regards,
    Abhi.

    Hi,
      Nice to see your reply, we got this error in R/3 it self, when we are trying to excuting SAP Standard BAPI we are getting this error "Employee/applicant is not locked yet". I think this is bug from SAP itself, do you have any idea about this one? is there any settings we need to do in R/3 for resolving this one or else is there any data we need to maintaine for our Employee Records.
    Please resolve my issue.
    Thanks in Advance.
    Thanks and Regards,
    Abhi.

  • How to use long text editor in Webdynpro

    hi ,
    I want to use text editor in webdynpro.  I want to save the data in  long text.
    My requirement is the format of data should remain same(It should not get changed).
    Thanks
    SK

    Hi,
    use text editor uielement and bind it with a attribute of type string.  convert this string into a table using function module
    fill another internal table which is type compatible with table of SAVE_TEXT function module.
    CONVERT_STRING_TO_TABLE. Call the function module SAVE_TEXT to save this text. 
    you need to find proper tdobject and tdid value which is to be passed in importing parameter "header".
    similarly use FM "READ_TEXT" and convert the returned data into string using FM CONVERT_TABLE_TO_STRING.
    Bind the returned table to an attribute of your context. The data will be displayed in the same format in which you entered it.
    Thanks
    Vishal Kapoor
    Edited by: vishal kapoor on Oct 19, 2010 3:51 PM

  • SQL Query in Visual Composer 7.1.1 SP2

    Hi all,
    I want to use an SQL Query in Visual Composer 7.1.1 but I only can search for Stored Procedures. There is documentation available but not for VC 7.1.1.  I also can not use the Query Wizard for this as the System does not show up in the list.
    So how is it possible to use SQL Queries in Visual Composer 7.1.1.
    Thank You
    Nicolas

    Hi Nicolas,
    If you want to use SQL statements, you should use the BI JDBC capabilities of Visual Composer. For information on how to configure such system go to [http://help.sap.com/saphelp_nwce711/helpdata/EN/3f/0f883fed254875883290c98c0c20c1/content.htm|http://help.sap.com/saphelp_nwce711/helpdata/EN/3f/0f883fed254875883290c98c0c20c1/content.htm]
    Once you have it configured you should be able to search for the tables in VC. For info about this refer to [http://help.sap.com/saphelp_nwce711/helpdata/EN/7d/a109d5efcc4644a9f2da2ab27e50dd/content.htm|http://help.sap.com/saphelp_nwce711/helpdata/EN/7d/a109d5efcc4644a9f2da2ab27e50dd/content.htm]
    After you drag and drop a table to the storyboard, you can right click on it and select "SQL Editor" to edit the SQL statement.
    I hope this helps,
    Netanel

  • Flash Components in Visual Composer 7.0 - TechEd 2009 Demo

    Watch this Demo in order to see how easy is it to embed cool controls into Visual Composer 7.0
    in this case, we are embeding Gauges, an Interactive European Map and an iPhone style CoverFlow control.
    http://www.youtube.com/watch?v=RJ0Tq-3vK6w

    Hi Amir
    I was wondering how I could get hold of the gauge control used in the video. It's not one of the Xcelcius ones provided in your PDF.
    Thanks
    Glenn Ingham

  • Rich Text editor in Webdynpro

    Hi,
    With the new FormattedTextView in 2004s one will be able to render xhtml compliant rich test in Webdynpro.
    This however only covers the rednering of rich text.
    There still does not seem to be a rich text editor control available for webdynpro applications, which I think might be a common requirement for document centric applications.
    I was wondering :
    1 - will there be a richt text editor control available for WDP in the forseeable future ?
    2 - if not, are there any workardounds available to allow for the generation of rich text ?

    Hi Valery,
    Well, I already thought of that kind of solution, but I do not consider it a very clean solution. I know WDP supports portal eventing. On the other side of such a scenario you could even do without a 3rd party wysiwyg editor, cause SAP does offer an html editor control in its set of HTMLB controls.
    We intend to use WDP as a UI layer on top of SAPs KM. Our scenario involves template based publishing of structured documents (we first looked at xml forms, but they showed too many limitations). The idea is to model the document structure and content at runtime as WDP context structures (based on xml schemas) and then to serialize WDP context into XML content and metadata, with KM acting as business and persistence layer. Markup and insertion of images into the different text parts of the document however has become an additional requirement, which is why we are looking for a ways to fit that in our current design.
    You could indeed think of some kind of data exchange between a regular portal component and the wdp application, but I am not too confident whether that is going to be a reliable solution.
    PS : for the serialization of WDP context, your post in a different thread on this forum helped me a lot in my first attempts to create KM documents from data wdp runtime data (context). The link provided to the online book and your little example was very welcome. Thanks for that !

  • Rich Text Editor functionality for a DIV tag in a publishing page in SharePoint online

    Hi,
    We are having a requirement where we need RTE behavior of SharePoint 2013 Rich Html Field for a custom DIV. The scenario goes like this:
    1. I have a publishing page
    2. I dropped the content editor web part and to that content editor web part I will point to an HTML file that needs to be rendered in that content editor web part
    3. I have one DIV in the above mentioned HTML files and I want that div to be editable and I need to RTE options for that DIV.
    How to accomplish the above behavior?

    Hi,
    According to your post, my understanding is that you wanted to create html rich text editor for a DIV tag in a publishing page in SharePoint online.
    You can create your own Rich Text Editor.
    Here are some great blogs for your reference:
    An Example to Use HTML Rich Text Editor
    Example: Using the Editor's instance
    Rich Text Editor control in SharePoint 2010
    Regarding SharePoint Online, for quick and accurate answers to your questions, it is recommended that you initial a new thread in Office 365 forum.
    Office 365 forum
    http://community.office365.com/en-us/forums/default.aspx
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Scroll bar color of Visual Composer : how to change it ?

    Hello Comunity,
    I am developing application using Visual Composer within EP7.01 SP6, and I can not manage to find how to change the original blue of Visual Composer application for scroll bar.
    Does anyone knows where to change this color ? I believe it is a general color that is defined somewhere that needs to be change in the portal theme editor in the Visual Composer part, but I did not find it...
    Any help appreciated !
    Thanks a lot.
    Fabien.

    Hi
    Its not inside Visual Composer application. You have to do it at Enterprise Portal level.
    Also inside VC model you need to select 'Flash Runtime' from tools (Options).
    Basically you need to change theme settings in content administration of VC.
    Regards
    Sandeep

Maybe you are looking for

  • Input result from a SQL-query into a Variable in ProcessFlow

    I am trying to select a value from a table with file names. This file name should be input to an ftp function. I use a owb function to read the file name then I try to asign the result to a variable. The function GET_FILENAME looks like f_name varcha

  • Dual display with Lenovo USB Port Replicator 43R8770

    Hi, I have installed the Lenovo USB port replicator using the 1.0.0.1 drivers.  I am running Windows XP on a Thinkpad X300. I can successfully get into dual display mode but when I try to make the external monitor my primary display it will not work.

  • Write file in UTF-16BE Format

    I am programming web page that runs SWF file (Flash movie) and servlet. The SWF file sends with URL command data to the server.      send_lv.sendAndLoad("http://�", result_lv, "POST");The data at � UTF-8 (UTF-8 is the standard encoding for exchanging

  • Can't post a new discussion? Oh Yes I can...

    Trying to post a question about an issue I am having and I get a message stating that I am not allowed to edit or post... So I am trying this post here... Need help deciding if the invalid Launch Agents/Daemon could be causing an issue with my MBP. T

  • New computer user account

    I just made a new computer user account, and i want to move all of my itunes library from the old one to the new one. Is this possible?/ if so, how