Tutorial or manual for HTMLB tag

Hello,
have you e manual or tutorial that explain tags for htmlb language, for example htmlb:radiobutton mode.
Regards
Maria

Hi maria,
Yes i can tell you the steps where you can find the documentation of HTMLB ttags
using SE80 -> Tag Browser -> BSP Extensions -> Transportable -> htmlb
and also check the [link|http://www.sdn.sap.com/irj/sdn?contenttype=url&content=http%253a//forums.sdn.sap.com/thread.jspa%253fthreadid%253d35858]
This is defintely solve ur problem
Cheers,
bhavana
Edited by: Bhavana Amar on Sep 13, 2010 7:13 PM

Similar Messages

  • Any external tool for HTMLB tags

    Hi all,
    we are having macromedia dreamweaver software for html tags
    i.e. it is a ready made software to develop HTML page, simply we will drag and drop desired fields and code will be generated automatically. My question is that is their such any ready made software for HTMLB, so we can use it in developing BSPs application.....if there are any such software plz send me the link to download the software....i will be thank u by giving points...
    thanks,
    Ali.

    Hi.
    This eclipse tool might have some support for BSP.
    http://www.ceon.com.au/abapeclipse/features.php
    I havn't tested it myself, but screenshots show how BSP editing is done with a preview window and some code completion.
    Perhaps not as nice HTML editor as dreamweaver but much nicer for ABAP development.
    Regards, Mikael

  • TagLib for HTMLB in Wizard

    Hi all,
    I have recently found out that there is a way to use the Eclipse wizards to add the <component-profile> tags fot HTMLB use in JSP. There is a file named portalappConfig.xml under <%INSTALL_PATH%>
    \SAP\JDT\eclipse\plugins\com.sap.ep.applicationDevelopment.
    If you add the following lines under <component-profile>:
    <property name="tagLib">
         <defaultValue value="/SERVICE/htmlb/taglib/htmlb.tld"/>
         <mandatory value="false"/>
         <description>HTLMB tagLib necessary for HTMLB tags in JSP projects.</description>
    </property>
    Then you can use the "Add property in -> component-profile -> Add standard... -> tabLib" when opening the portalapp.xml in your application and selecting the "Components" Guide.
    I also found out that there is a way to permanently add the taglib in the JSP template that the wizard creates for you. Just chande the second line of code in the file "NewJSPDynPage_JSP.xml" under <%INSTALL_PATH%>
    \SAP\JDT\eclipse\plugins\com.sap.ep.applicationDevelopment\templates.
    From:
    <template>
    To:
    <template>&lt;%@ taglib uri= "tagLib" prefix="hbj" %&gt;
    I hope this helps a lot of people having trouble when developing HTMLB applications in NWDS.
    Best regards,
    Ivan

    Good info Ivan. Thanks..
    Sending you virtual points for this..

  • BSP's with htmlb - Tags on Browsers for Apple Computers

    Hello,
    I have a question. I use htmlb - Tags in a lot of BSP's. At the most Browsers for Windows Systems there is no problem, but at the Safari Browser or the Internet Explorer for Apple Mac OS X the Sites with htmlb - Tags won't work.
    Does anybody know why?
    Greetings
    Timo

    hallo Timo,
    Actually on Friday we got an official update on the question of Safari support. In summary SAP will <b>not</b> natively support the Safari browser. However, what we will do, for <u>design2003 only</u>, is to recognize the Safari browser as an IE6 browser. The official statement is that what works, works. No code changes will be made to handle any special cases of Safari browser. It is acceptabled that Office Integration, handling of PDF documents and any ActiveX stuff will not work.
    This change should be in 620SP46 or SP47. If you should be in a hurry, consider to modify our browser recognition code already now.
    bye, brian

  • Where do I find manuals for photoshop touch for ipad (not video tutorial)?

    Where do I find manuals for photoshop touch for ipad (not video tutorials)?

    The best way to get quickly acquainted with PS Touch is to do the built-in tutorials. There was a "quick start guide" of sorts, but as far as I know, they haven't updated it to reflect the latest version as of yet.

  • Errors in JSP file for htmlb code - CE 7.1

    Hi Experts,
    I am trying  created simple JSP dynpages application in NWDS 7.1 & CE 7.1.
    I am getting errors for HTMLB  code like:
    cannot find tag Library descriptor for tagLib
    In JSP page i wrote simple htmlb code like:
    <%@taglib uri="tagLib" prefix="htmlb"%>
    <htmlb:content id="myContext">
    <htmlb:page title="PageTitle">
    <htmlb:form id="myFormId">
    <htmlb:inputField id="inf1" type="String" width="125" visible="true"
    required="true" />
    </htmlb:form>
    </htmlb:page>
    </htmlb:content>
    {/code}
    For HTMLB libraries added 2 jar file in lib folder
    /PORTAL-INF/lib   com.sap.portal.htmlb.jar ; &   com.sapportals.htmlb.jar
    After adding set the Java build path for Library jar file also.
    In portalapp.xml -
    <?xml version="1.0"; encoding="UTF-8"?>
    <application>
      <application-config>
       <property name="startup" value="true"/>
        <property name="SharingReference" value="com.sap.portal.htmlb";/>
      </application-config>
      <components>
        <component name="Test_Jsp">
          <component-config>
            <property name="ClassName" value="com.Test_Jsp.Test_Jsp";/>
            <property name="ComponentType" value="jspnative"/>
            <property name="JSP" value="pagelet/Output.jsp";/>
          </component-config>
          <component-profile>
            <property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld";/>
          </component-profile>
        </component>
      </components>
      <services/>
    </application>
    {/code}
    Please any one help to correct this errors............
    Regards,
    Satya

    Hi,
    You need not add com.sap.portal.htmlb.jar and com.sapportals.htmlb.jar to /PORTAL-INF/lib as the classes will be available at runtime through com.sap.portal.htmlb SharingReference. So remove the htmlb jars from /PORTAL-INF/lib.
    Correct the value of tagLib property to /SERVICE/com.sap.portal.htmlb/taglib/htmlb.tld
    Deploy and check if this helps.
    I see alot of unnecessary semicolons in your portalapp.xml, I think you just added them inorder to be able to post them here.
    Regards,
    Praveen Gudapati

  • Manual for AIR

    Ok, i have been sitting here and trying to find livedocs or
    manual for air but without any luck.
    I followed up a tutorial and made everything exactly as show
    and told but i still get errors.
    Where can i find Code list for air, i mean codes that work
    with Air ?
    The problem that i ran into is this one:
    close.addEventListener(MouseEvent.MOUSE_DOWN, doClose);
    function doClose(e:MouseEvent):void{
    stage.window.close();
    And the error (is about strage.window.close() )
    1119: Access of possibly undefined property window through a
    reference with static type flash.display:Stage.

    The error says that the object 'stage' doesn't have a
    property 'window'. And if I open the Help in Flex Builder and do a
    search for 'stage', I come to the reference for
    'flash.display.Stage', and indeed, there is no 'window' property.
    This answers your other question: the manual is inside Flex
    Builder. 60 seconds of googling and poking around on Adobe's site
    says the online version of this is here:
    http://www.adobe.com/support/documentation/en/air/
    If I had to guess how to close the main window
    programmatically, it would be:
    this.nativeWindow.close()
    from within the WindowedApplication scope, or:
    Application.application.nativeWindow.close()
    from anywhere else in the program.
    Also, you don't have to define the function separately in
    this instance. That's procedural thinking. ActionScript has
    first-class functions:
    close.addEventListener(MouseEvent.MOUSE_DOWN, function
    (e:MouseEvent):void { this.nativeWindow.close(); });

  • URI path for htmlb.tld

    Dear Experts
    I am woking in NWDS 7.1 and SAP-EP 7.1. In this environment I have to create and deploy a simple jspDynpage with htmlb tags.
    For that I have created a JSPDynpage component and a jsp page. In my jsp page I have witten the taglib directive as
    "<%@ taglib uri= "tagLib" prefix="hbj" %>"
    And in my portalApps.xml I have given the path for htmlb.tld as
    <component-profile>
                    <property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld"/>
    </component-profile>
    The problem is, my application is not getting the tld file from the specified path in portalapps.xml.
    This code is working fine in  NWDS 7.0 and SAP-EP 7.0 environment.
    I am not sure if the path of the htmlb.tld file got changed in SAP-EP 7.1 or not, If so could you please give the correct path?
    Appreciate your response
    Thanks & Regards
    Shanmukha Rao Banisetti.

    hi,
    refer  this link
    /message/6473475#6473475 [original link is broken]
    mean while i check the possible areas to resolve the issue
    bvr

  • Detailed descriptions of HTMLB tag attributes

    Hi
    I am making progress on by first pages, but one of the stumbling blocks I am having is where can I go to get a detailed description of the attributes for the HTMLB tags?  For example, while I am trying to understand tableView iterator, I am using TableViewColunm/s to clean up my tables for a small presentation.  I have found descriptions for a few of the attributes, but not all of them. 
    I tried searching on-line, but have not found the complete listing.  Is there such a thing and if so would somebody be kind and point me in the right direction?
    Thanks for all the help
    John

    hi,
    check this example in se80 SBSPEXT_HTMLB.
    and also BSP Extensions->Transportable->HTMLB and check the attributes on doubleclicking on it you will find the description for all the attributes
    cheers
    bhavana
    Edited by: Bhavana Amar on Apr 22, 2010 7:28 AM

  • I found the operating system very confusing and hard to use. No tutorial. Manual and online help were outdated.  Tool bars, programs and documents randomly appeared and disappeared. Programs I installed completely disappeared. Anyone else experience this?

    I found the operating system very confusing and hard to use. No tutorial. Manual and online help were outdated.  Tool bars, programs and documents randomly appeared and disappeared. Programs I installed completely disappeared. Anyone else experience this?

    No need to apologize, Jim.  I think your rant was justified.  For years people have been telling me how easy the Mac was to use.  Imagine my frustration when I finally learned from friends and users that it takes weeks or months to make the transition from Windows to Mac.
    Still, I agree that I acted to too hastily when I returned my mini-mac to the store only three days after I bought it.
    I'm going to try again, this time with an iMac.  This time I'll keep it.  Since this thread is for the mini-Mac only, I'll probably be starting a new one for the iMac.
    Why did I decide to try again?  Well, I do like the faster speed and compact hardware of the Macs.  I also like the fact that I can install Windows and use that for my programs until I transition completely to Mac, IF I make the complete transition.
    Thank you all for your suggestions and advice.  I have paid attention to what you said.
    Andy

  • HTMLB Tag Library

    Hi,
    I wanted to know that if there is any possible way of including the tag library as a reference object while developing portal components in the EP perspective under web dynpro.
    Is it possible for a view where I can see a list of possible components available in the HTMLB tags and their respective properties and also if there is a way where I can use the drag and drop functionality to add the tags into my application.
    Thanks in advance,
    Pinac

    Hi,
    The following documents might be of help to you:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/94e976d3-0801-0010-92a0-c0725f115860
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7f52fd28-0b01-0010-afb0-cc70884fa369
    Regards
    Srinivasan T

  • Search Folder for Policy Tags

    In Outlook 2010 you can add retention policy tags to the search box criteria by digging through the +more on the search ribbon. However I don't see any way to make a search folder to search for items tagged with a retention policy. Any suggestions?
    Thanks,
    Marcus

    Hi
    Thank you for using
    Microsoft Office for IT Professionals Forums.
    As my research, there no
    search folder in the list, Folders in which you can create RPTs by following:
    Conversation History: This folder is created by Microsoft Lync (previously
    Microsoft Office Communicator). Although not treated as a default folder by Outlook, it's treated as a special folder by Exchange and can have RPTs applied.
    Deleted Items: This default folder is used to store items deleted
    from other folders in the mailbox. Outlook and Outlook Web App users can manually empty this folder. Users can also configure Outlook to empty the folder upon closing Outlook.
    Drafts:
    This default folder is used to store draft messages that haven't been sent by the user. Outlook Web App also uses this folder to save messages that were sent by the user but not submitted
    to the Hub Transport server.
    Inbox:
    This default folder is used to store messages delivered to a mailbox.
    Journal:
    This default folder contains actions selected by the user. These actions are automatically recorded by Outlook and placed in a timeline view.
    Junk E-mail:
    This default folder is used to save messages marked as junk e-mail by the content filter on an Exchange server or by the anti-spam filter in Outlook.
    Notes:
    This folder contains notes created by users in Outlook. These notes are also visible in Outlook Web App. RPTs for the Notes folder are supported only in Exchange 2010 SP1.
    Outbox:
    This default folder is used to temporarily store messages sent by the user until they're submitted to a Hub Transport server. A copy of sent messages is saved in the Sent Items default folder.
    Because messages usually remain in this folder for a brief period, it isn't necessary to create an RPT for this folder.
    RSS Feeds:
    This default folder contains RSS feeds.
    Recoverable Items: This is a hidden folder in the Non-IPM sub-tree.
    It contains the Deletions, Versions, Purges, and Audits sub-folders. Retention tags for this folder move items from the Recoverable Items folder in the user's primary mailbox to the Recoverable Items folder in the user's archive mailbox. You can assign only
    the Move To Archive retention action to tags for this folder. To learn more, see Understanding Recoverable Items.
    Sent Items:
    This default folder is used to store messages that have been submitted to a Hub Transport server.
    Sync Issues:
    This folder contains synchronization logs. To learn more, see Synchronization error folders.
    Understanding Retention Tags and Retention Policies
    http://technet.microsoft.com/en-us/library/dd297955.aspx
    Or you can post this thread to Exchange Server 2010 forum
    http://social.technet.microsoft.com/Forums/en-US/category/exchange2010
    Please take your time to try the suggestions and let me know the results at your earliest convenience. If anything is unclear or if there is anything
    I can do for you, please feel free to let me know.
    Hope that helps.
    Sincerely
    William Zhou CHNPlease remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Is there a Physical or online manual for CC products?

    So I am used to reading a physical manual to learn the different Abode applications, but now that CC is here, features are added regularly.
    My question is if I want to learn all of the features and functions, just like I was reading from a manual, where would I go to start reading?
    Not looking for a tutorial on how to do this or that, just somewhere where I can learn all the features and functions.
    Thanks in advance for your help!
    Chaz

    Hi Chaz
    You can go to this link and select the product for which you are looking for learning :
    http://helpx.adobe.com/creative-cloud.html
    After selecting the product, it would take you to specific product page where you can find feature document under help and tutorial section.
    For few products there are pdf explaining the features and for others there will be specific topic related documents.
    Thanks,
    Sanjit

  • JSP HTMLB tags/Taglib

    Hi all,
    Are there any JSP HTMLB tags like there are in the portals environment? i.e., tableview, button, tray, etc.?
    I know there's a mobilehtmlb.jar, but I couldn't find anything about htmlb tags for MI.
    If you have any idea/info, please let me know.
    Thx,
    mike

    Jelle,
    I found the jars, but I am awaiting a response from the product manager.   Through a NoClassDefFound error, I found out I also had to add logging.jar.
    Now this is what I'm getting:
    java.lang.NullPointerException
         at com.sapportals.htmlb.util.Log.getLoggingProperties(Log.java:22)
         at com.sapportals.htmlb.util.Log.getLogLocation(Log.java:44)
         at com.sapportals.htmlb.rendering.RendererManager.createUIBrowserRenderer(RendererManager.java:416)
         at com.sapportals.htmlb.rendering.RendererManager.initialize(RendererManager.java:446)
         at com.sapportals.htmlb.rendering.RendererManager.getJavascriptFileName(RendererManager.java:493)
         at com.sapportals.htmlb.rendering.PageContext.getJavascriptUrl(PageContext.java:996)
         at com.sapportals.htmlb.rendering.PageContext.createDocument(PageContext.java:1015)
         at com.sapportals.htmlb.taglib.PageTag.doStartTag(PageTag.java:53)
         at jsp._0002fjsp_0002fmenu_0002ejspmenu_jsp_30._jspService(_0002fjsp_0002fmenu_0002ejspmenu_jsp_30.java:107)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
    ..etc., etc...
    Let me know if you have any ideas.
    Thanks,
    mike

  • Brand new Manual for Final Cut Pro X

    This is a support forum for FCP X so I was wondering if it is allowed post here the information that I just finished a brand new Manual for this program "Final Cut Pro X - How it Works". It is available from my website as a pdf file in 11x8.5 format.
    http://DingDingMusic.com/Manuals/
    I'm writing "Graphically Enhanced Manuals"  for many years now (mostly for Logic Pro) and applied the same concept to the new FCP X. I thought it is especially helpful with all those changes in FCP X to provide lots of graphics and diagrams to help to understand the fundamental changes under the hood and the new concepts that shocked so many editors.
    Edgar Rothermich

    David,
    thanks for the link. I read through it and you are right, It looks like I'm in violation of the Terms of Use.
    However, there are a two things that I find interesting.
    There is no acknowledgment whatsoever or any "thank you" from Apple to the potential participant for doing Apple's work for FREE, that is - providing appropriate customer support. Many users, including you David, are spending countless hours to help Apple customers.
    Not only does Apple take that service for granted, it also prohibits those who help others to list at least their own website, to let people know what the helpful user is doing for his day job. How about if Apple would prohibit the exchange of business cards at their WWDC for all participants or not allowing their speaker to mention their product or business.
    This is an "Apple Support Community" where Apple expects free "Support" help from their customers but overlooks the "Community" part. It doesn't have to go all myspace-style, but  you want to get to know the people (especially the helpful and competent ones) and what is wrong to have their website listed in their signature or one line about their new book or video tutorial. As long as it is topic related and not about their sports memorabilia business on eBay.
    Letting users know that there is a new book or video or podcast available about the product on the Forum  IS HELPFUL to the user community regardless if the post is coming from someone who used the product or the author himself.
    The only legal exception I found in the legal document is:
    "Do not use the Site to sell or market your products to others and do not post a URL unless it directly answers a user’s question"
    That means I can answer a question with a link to my book and the reference to the page number where I explain or answer that topic. Everybody can figure out how to play around that system so why not go the common sense route and get rid of the questionable restrictions in the first place.
    And - if you listen Apple - at your next quarterly results meeting, between all those big sales and profit numbers, a nice little thank you to all those "free customer support" on the forums would be nice.
    (Was this again a violation of "2.2 Do not add Submissions ... Discussions of Apple policies or procedures"? - I don't know. I usually have a lawyer sitting next to me when I'm writing Apple posts, but he went out for lunch)
    Edgar Rothermich
    I'm in the process of changing my middle name to "DingDingMusic.com/Manuals"

Maybe you are looking for

  • Excel 2010 not gaining focus correctly

    I am seeing this on my own workstation, but I'm being asked about it by more and more clients lately - Excel 2010 seems to have odd focus issues. For example: a) When opening an Excel spreadsheet from Windows Explorer, Excel opens, appears to have fo

  • VENDOR CHARGE SHEET

    Experts:- I faced one of the interview question, I feel very difficulty, HOW WE CAN PREPARE THE VEDOR CHARGE SHEET, WITH INTEGRATION, PART WHAT ARE THE CONFIGURATION SETTINGS, so plz help for this one.(if it is right question, or wrong question, I do

  • How do you exit Live Trace mode?

    Hi all. Can anyone tell me how to get out of Live Trace mode without having to do multiple un-dos?  The Photoshop file I have imported is still showing one of the Live trace options and I can't get it to return to normal. thanks! B.

  • If I change my harddrive to SSD will timemachine be enough to back everything up?

    I have a mid 2012 mac pro non-ratina wanting to change the harddrive to a Solid State drive. Now, the parts, i can change, but i dont know much about the software, would time machine be enough to back the the software up? if not, how do I clone the d

  • Safari quits on Facebook and Yahoo all the time

    Just bought my first iMac and I love it except...My wife uses Facebook and Yahoo all the time and guess what, Safari constantly quits on her. If anyone has any helpful hints, I would appreciate it.