Hide the text output of Web app

I have a web application that is released to two lists in numerical order.  A list of the 10 works very well. The others, I want to show only the largest number in this list. It displays the highest number in this list, but it also generates the following:

  • 1
  • 2
  • Next

I want to hide the text from view. The module I use is {module_webapps, 19851, c., 77844, 1, 1} . Now what input CSS or Java can use to hide the text above?

Thank you

Why do? You can do this with pure CSS >

Wrap the list in a container with ID and you can hide the paginaiton as it has class fairly easy. The rest and how BC outputs paging is also easy.

First element of a list of li thus is also done in pure CSS.

Tags: Business Catalyst

Similar Questions

  • Error in the REST Web Service with the text output Format

    Hi all

    I am referencing a REST web service and can successfully connect to it and retrieve the results with the output XML value Format.

    I don't need the node values, I want to just grab the entire XML string and fill a table with her column.

    When I create a new Rest web service reference, including the text output Format value and then create a form/report to run it, I get the following error when I click on "send":

    ORA-06550: line 1, column 63: PLS-00103: encountered the symbol "end-of-file" when expects it one of the following numbers: (- + new case mod not null to other current County avg exists max min prior sql stddev sum variance execute forall time timestamp interval date fusion pipe)
    Error sending request.

    There is control in the XML characters, but surely, this is handled by the Apex, so I'm not sure what the problem is here.

    Any ideas most welcome.

    Thank you
    Rhodri

    Rhodri:

    Request Express waiting for answer text actually be answer text, delimited by other characters that denotes a new value and a new Recordset. You should leave the response as XML. The XML document will be stored in the column xmltype01 in the collection that you specify. You can then convert this column xmltype01 in a clob, if you like using the. toClobVal().

    Kind regards

    Jason

  • List of activities related to the category of items web app

    OK, I have a web application with a list of stores and into the details of these web app components im trying to get a list of events for the individual store.Screen Shot 2016-01-25 at 10.45.04 PM.png

    What I came up with is this code in my store web app in detail

    <! - store events - >

    {module_booking = 'class' itemId =' filter58777"'StoresEvents' =' model collection =" "}

    < section class = "page-section-3 bg-faded" >

    < div class = "container" >

    < h2 class = "title of section m-b-1" > next events store < / h2 >

    < div class = "row" >

    < div class = "col-xs-12" >

    < h5 class'm-t-2' = > Sunday, January 24, 2016 < / h5 >

    < div class = "list-group" > {% for article on StoresEvents.items-%} < a href = "#" class = "list-group-item-bg-faded" >

    < div class = "row" >

    < div class = "col-md-2" >

    < h6 class = "list-group-point-topic" > < strong > 13:00-14:00 < facilities > < / h6 >

    < / div >

    < div class = "col-md-8" >

    < h5 class 'list-group-point-topic' = > {{item.name}} < / h5 >

    < div class = "list-group-point-text" > {{item.body | truncate: 200}} < / div >

    < / div >

    < div class = "text-xs-right col-md-2 p-t-1" > {% if percentfull == '100'-%}

    < button type = "button" class = "btn, btn-default off" > Full < / button >

    {%-%}

    < button type = "button" class = 'btn, btn - sm btn-primary' > reserve < / button >

    {% endif} < / div >

    < / div >

    < /a > {endfor %} < / div >}

    < / div >

    < / div >

    < / div >

    < / section >

    This modules itemid is a category that I created which is the name of the store (albany Cove).

    My attempt at this was that I created categories of store names.

    Created a few events for each store and categorize the event to their store name.

    Then, I created this module over a list of events by category...

    and now im stuck... I tried to classify the item the store web app in the same category in the hope that it would give me the link itemid I need to load that stores the events.

    {module_booking filter = 'class' itemId ="{{categoryID}}" "StoresEvents" =' model collection = ""}

    Not sure if im going in the right direction with this one, any help would be greatly appreciated.

    Thank you

    Luke

    IDs do not match like that for different articles.

    ItemId is not the itemid as your assumption, it is for the id of ranking.

    ItemId = "/ classification/subclassifation ' is also valid.

    If you have a web application and a class event the same then display Details of the event or web app you will have its ID classification BUT for the classification of the views list isn't out by BC so you can not do what you're trying to do in the list view page layouts.

    If you have more then one element classified at the same, this also does not work as the classification output returns multiple ID (123892,124413,234234)

  • Change the news, layouts of web apps for mobile site?

    I edit an existing Web site to create a mobile version, placing my mobile pages in a subfolder /mobile. I'm having a problem with web applications and news, I've already named my templates and layouts for the full desktop version, and because my webapp and News Articles may not be placed in the my /mobile folder. So, now I need to post this information differently for mobile and cannot understand how, given that I am limited to a presentation of single list and a presentation of detail (for the news. At least the web applications give me a backup list layout, which was useful). How others have done this kind of thing?

    An example: on the version of my office, I have ads displayed on the home page as short texts of presentation (using the list view). My detail view I have already formatted for the desktop version of full screen and doesn't work well for mobile screens. After several attempts of workarounds, I decided that I just show the full announcement for mobile as a layout from the list and not use a detailed at all while I don't even bother with it. My thought was to encode both my list of office and mobile page layouts in the list layout of my ads module and use css to display / hide the appropriate one.

    For example -.

    HTML in my layout of the list:

    < div id = "standardnews" >

    < h3 > {tag_subject} - {tag_eventfromdate} < / h3 >

    < p > {tag_body, 140} < /p >

    < / div >

    < div id = "mobilenews" >

    < h3 > {tag_subject_nolink} - {tag_eventfromdate} < / h3 >

    {tag_body} < /p > < p >

    < / div >

    on my Office css stylesheet:

    div #standardnews {display: block ;}}

    div #mobilenews {display: none ;}}

    on my mobile css stylesheet:

    div #standardnews {display: none ;}}

    div #mobilenews {display: block ;}}

    The css works fine, however, my mobile site instead of the next event date rendering, it actually made the tag "{tag_eventfromdate}".  So, apparently I can't have multiple instances of a tag within a single page?  Is there a way to get around this?

    I would be grateful for any input here on the best way to handle this kind of thing, given the limits that I am running into.

    You can make as many list templates you want now.
    You can have a different model by camera - phone, Tablet, desktop so if modules are in this model that they will then make these different models and so different layouts.

    If you have modules in pages this page may be different by the device as described in setting site and the mobile section.

    Unlimited list layouts - http://www.businesscatalyst.com/_blog/BC_Blog/post/Video_Create_custom_list_templates_for _ BC_Modules /

    You CANNOT however still conditional tags in British Colombia and you can not access a list than tags renders differently depending on the device.

    Style and presentation that you use media quries and the label of system device provided by BC.

  • I unchecked "Check spelling as you type", but Firefox always stresses words cut-and-paste the text in some web applications. How can I stop doing that?

    I use an online web mapping application that has an entry of descriptive text boxes and stuff like that. Sometimes I copy blocks of text from a word-processing application in these input boxes because I can format the text in the wp. When I paste text blocks, Firefox don't the red wavy underline on the words he doesn't know. I already disabled "check spelling as you type" but it does make a difference. I don't want no Firefox to check the spelling on these blocks of text that I copy and paste. Sometimes I need to capture images of these blocks of text display in the mapping application and I want that they own. Thank you.

    Hi, cor - el, this isn't have a tick in the context menu. but I think I was just stupid on the problem because I restarted my browser and now the underline is not past. Thanks for the reply.

    Tim

  • How to set the text in larger web pages?

    I use Firefox 13.0.1. The text on most websites is too small!

    You can use an extension to set a page zoom and the size of the default font on the web pages.

  • hide the text label in the section report IR under certain conditions

    Hello
    We have a textlabel and a calculated field in a section of report to the IR 11.1.2.1. Is it possible (in a script) to hide the textlabel and field based on certain conditions, like for example, if the field computes to 'zero '?
    Thank you.

    Use a field instead of the text label. In the Expression Editor you can use the function if() {} else {}

    HTH

    Wayne

  • How to use the new subfolder feature Web App?

    How do we use this new feature, can provide you steps in the process?

    BC Blog Web App update subfolder:

    suggested http://www.BusinessCatalyst.com/_blog/BC_Blog/post/January_2013_System_Update_-_Fresh_UI_i, _Web_App_enhancements_and_more.

    "Make elements of the Web App inside a subfolder, for example/folder/subfolder/webapp-name." For example, you might have/blog/authors/bogdan (where Bogdan is the name of the Web-App element)"

    Just like it says really.

    You can create a folder with the same name as your web application and create pages inside.

    Web application called - news.

    File - other

    Create the index page - /news/index.html

    This means / news will go to that landing page and web elements app works as usual as - / news/your-news-post

    You can create other pages in this folder if you want, but may not be the same name as your web application parts.

  • How to hide the text fixed when it is not needed?

    Hi all
    I use a fixed text in many reports to detailed questions.
    How to cancel or hide these fixed text when there is no data returned for a query in detail in the report?

    Note: I use reports 6i.

    Select the text and press F11 to invoke the PL/SQL Editor and use the code below.

    IF your_condition_when_no_data_returned THEN
      RETURN FALSE;
    ELSE
      RETURN TRUE;
    END IF;
    

    -Clément

  • Show / hide the text box drop-down list database

    Hi all

    First time post here - wahoo!  :-)  Brand new user of LiveCycle, and so far I'm loving - very cool app!  I am a bit puzzled, however, and hoping someone can help...

    I am using LiveCycle version 8.05 and try to build a form that has a drop-down list with departments in our Organization.  If the user selects the elements 1-5 on my list, I want two other fields at autopopulated (one for the Admin Assistant) and one for Dept Head.  If however the user selects 'Other', I want a text box (it will be hidden the rest of the time) where the person will be able to type in the Department they work for.  For now, I'm only interested on getting the box 'Other' to appear; I'll worry about the other stuff later.

    Elsewhere in my form, I have a functioning drop-down list that displays a text based on the selection field; However, for some reason this logic does not work with the situation described above.

    My code for the working text field is (in JavaScript)

    var
    
    (sNewSel)
    case "1": 
    switch
    {
    
         TextField6.rawValue = "My text is in here";
    break;
    case "2":
    
    
    
    = "My second text is in here ";
    
    
    break;
    "3":
    
    case 
    
    = "My third text is in here.";
    break;
    TextField6.rawValue
    
    default:
    }
    break;
    
    
    TextField6.rawValue 
    
    
    sNewSel = this.boundItem(xfa.event.newText);
    

    After many fruitless hours yesterday, I got only to the extent where the code below; This was more or less copied right out of a post here.  When I click on the drop-down list, select 'Other', the text field is displayed.  I tried the definition of the text field to the times 'Hidden' and 'Visible' through properties of the object, but no luck.  I tried to use IF statements, subforms and anything else I could think of but am getting nowhere.

    var nSubLength = Subform1.nodes.length;
    var 
    sSelectField 
    for
    
    {if
    {switch (xfa.event.newText) 
    (case "6":
    Subform1.nodes.item(nCount).presence
    break
    default:
    Subform1.nodes.item(nCount).presence
    break
    }
    }
    }
    ;
    = "invisible";;= "visible";((Subform1.nodes.item(nCount).className == 
    "field") &(Subform1.nodes.item(nCount).name== sSelectField)) 
    (var nCount = 0; 
    nCount < nSubLength; 
    nCount++) sSelectField = fieldList.rawValue;
    = sSelectField.replace(' ', '');

    Any ideas?  This is very new to me, but I am familiar with other programming languages, and something this simple should not be difficult which leads me to think I'm missing something.

    Thanks in advance

    Chris

    It was easier to create a sample for you... Please see the attachment.  I think that's what you want.

    The code is on the change event of the DDList

    Paul

  • is it possible to hide the system dialog box when app is happening in the background

    Hello

    I want to hide the system dialog box when our application is underway in the background...

    any suggestion would be appreciated

    Thank you

    Ankur

    Use onThumnailed()

    and this, write the code to hide the system dialog box.

    go through this link too:

    https://developer.BlackBerry.com/Cascades/reference/bb__application.html#function-thumbnail

  • (Max-Height) to hide the text - CSS transitions reveal text... ?

    Hi all.

    I'm trying to make use of the CSS transitions in DW CS6.  I have an icon that is located in a div with text underneath.  I set the max-height of the div to show only the icon and in my transitions, I put the maximum at 900 px height when a score event has occurred.  I don't get this job.  I can still see the text even with my max-height set to show only the icon.

    I guess I'm missing something simple here.

    Any help would be appreciated.

    Your link was useful because I discovered that I have not set the overlow hidden.  However, I am still not able to get the transition to work.  Here is my css code for the div one, that I'm working on. My transition should force the div tag for more great based on the amount of content is beyond the point of overflow.  Am I missing something else?

    {#photosection}

    position: absolute;

    left: 39px;

    top: 207px;

    Width: 258px;

    z index: 202;

    -webkit-transition: all s 0.75 facilitated in 0.75 s;

    -moz-transition: all s 0.75 facilitated in 0.75 s;

    -ms-transition: all s 0.75 facilitated in 0.75 s;

    -o - transition: all s 0.75 facilitated in 0.75 s;

    transition: all s 0.75 facilitated in 0.75 s;

    overflow: hidden;

    height: 175px;

    }

    {#photosection: hover}

    Max-height: 999px;

    }

  • Show and hide the text in a page of questions / answers

    I need to create a FAQ page in Flex3. The page initially lists all questions with a "Show" button after each question.

    A click of a button 'Show', the answer to this specific question is inserted and displayed below

    the question and the button becomes "hide the answer.

    A click on the button "Hide the answer," despairs the answer to this question, the questions (and answers if there is)

    below moves upward to support the space and the button becomes «See the answer»

    Suggestions or examples? DataGrid with masking of rows? Directly using state transitions?

    I would use visible and includeInLayout properties

    Alex Harui

    Flex SDK Developer

    Adobe Systems Inc..

    Blog: http://blogs.adobe.com/aharui

  • Hide the 'Text Input Port' of the text frames

    Hi guys,.

    I have this small problem where I use a path as a block of text. Naturally, this block of text automatically gets the small squares in the corners which are used for blocks of text string set (I think they are called input and output ports). However, now I want to change the path using the direct Selection tool, but I can't move the top left node because it is covered by the port of entry of text.

    Here is a picture to help understand my problem: http://imgur.com/i4aTiiP

    As you can see, the top left node of the path is covered by a small blue square. When I click on that tool Direct Selection, I get the cursor text appended to the end and could now link this text block to another. But I want to switch the node instead.

    Is it possible to hide these places of port of entry of text or otherwise circumvent this problem?

    Thanks in advance!

    See you soon

    HappyTetrahedron

    First thing I would try is zoom way on this point, and you might be able to see and enter it.

    If this does not work, turn off the path, then go over it with the direct Selection tool and you should be able to select the point and move it without releasing the mouse.

    If all else fails, move one of the points on each side of this one to change the geometry and the inport must move the starting point.

  • Date and form validation if java is disabled and obligation to hide the text areas to start

    Hi, currently my web page has a form on it where it select where there is a date entry and a speaker, and two text boxes where only is visible depending on the results of the verification of availability.

    Here is an example of the part of the shape of my page.

    Screen+shot+2011-04-06+at+5.32.32+PM.pngScreen shot 2011-04-06 at 5.32.54 PM.pngmy form with spry validation. no date or selected speaker.

    I have a few questions.

    First of all:

    When my page loads first the speaker's text non-reserved area is visible and the speaker is reserved textarea is hidden.  I guess that's because loading my page it refers to my database and nothing is so the speaker is non-reserved textarea is visible and the speaker is the placeholder text is hidden.

    How to get two text boxes to hide on start to the top of the page?  Here is my php code to the beginning of the model.

    ==============

    <? php require_once('.. / Connections/conEmjMarketing.php');? >

    <? PHP

    If (! function_exists ("GetSQLValueString")) {}

    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")

    {

    If (via PHP_VERSION < 6) {}

    $theValue = get_magic_quotes_gpc()? stripslashes ($TheValue): $theValue;

    }


    $theValue = function_exists ("mysql_real_escape_string")? mysql_real_escape_string ($TheValue): mysql_escape_string ($theValue);


    Switch ($theType) {}

    case 'text ':

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "long":

    case "int":

    $theValue = ($theValue! = "")? intval ($TheValue): 'NULL ';

    break;

    case "double":

    $theValue = ($theValue! = "")? doubleVal ($TheValue): 'NULL ';

    break;

    case "date":

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "set":

    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;

    break;

    }

    Return $theValue;

    }

    }



    @mysql_select_db ($database_conEmjMarketing, $conEmjMarketing);

    $query_rsCurrEvents = "SELECT speakerRequested, event, place, datebooked, startTime, endTime OF booking ORDER BY datebooked ASC";

    $rsCurrEvents = mysql_query ($query_rsCurrEvents, $conEmjMarketing) or die (mysql_error ());

    $row_rsCurrEvents = mysql_fetch_assoc ($rsCurrEvents);

    $totalRows_rsCurrEvents = mysql_num_rows ($rsCurrEvents);

    $query_rsCurrEvents = "SELECT speakerRequested, event, place, datebooked, startTime, endTime OF booking ORDER BY datebooked ASC";

    $rsCurrEvents = mysql_query ($query_rsCurrEvents, $conEmjMarketing) or die (mysql_error ());

    $row_rsCurrEvents = mysql_fetch_assoc ($rsCurrEvents);

    $totalRows_rsCurrEvents = mysql_num_rows ($rsCurrEvents);

    $query_rsCurrEvents = "SELECT speakerRequested, event, place, datebooked, startTime, endTime OF booking ORDER BY datebooked ASC";

    $rsCurrEvents = mysql_query ($query_rsCurrEvents, $conEmjMarketing) or die (mysql_error ());

    $row_rsCurrEvents = mysql_fetch_assoc ($rsCurrEvents);

    $totalRows_rsCurrEvents = mysql_num_rows ($rsCurrEvents);



    @mysql_select_db ($database_conEmjMarketing, $conEmjMarketing);

    $query_rsSpeakers = "SELECT speaker speaker speaker ORDER BY ASC";

    $rsSpeakers = mysql_query ($query_rsSpeakers, $conEmjMarketing) or die (mysql_error ());

    $row_rsSpeakers = mysql_fetch_assoc ($rsSpeakers);

    $totalRows_rsSpeakers = mysql_num_rows ($rsSpeakers);


    $colname_rsAvailability = "-1";

    If (isset($_POST['speakerRequested'])) {}

    $colname_rsAvailability = $_POST ['speakerRequested'];

    }

    $colname2_rsAvailability = "-1";

    If (isset($_POST['datebooked'])) {}

    $colname2_rsAvailability = $_POST ['datebooked'];

    }

    @mysql_select_db ($database_conEmjMarketing, $conEmjMarketing);

    $query_rsAvailability = sprintf ("" SELECT speakerRequested, datebooked FROM reservations WHERE speakerRequested as AND bookings.datebooked %s = %s ", GetSQLValueString ('%'.") $colname_rsAvailability. ('%', 'text'), GetSQLValueString ($colname2_rsAvailability, 'date'));

    $rsAvailability = mysql_query ($query_rsAvailability, $conEmjMarketing) or die (mysql_error ());

    $row_rsAvailability = mysql_fetch_assoc ($rsAvailability);

    $totalRows_rsAvailability = mysql_num_rows ($rsAvailability);

    ======================

    The second question:

    My form works very well with spry validation.  Validation of date format for the date text box work, validation for the speaker select jobs.  My question is how to validate that the date is a valid date and speaker selection box is not empty if java is disabled?

    Where do I put this code? How do I call? How can I show that the field is in error?

    Thank you winrol

    If you return to the solution I created for the date, you will see that the error messages are displayed by elseif clauses. You must do the same for the message of the speaker.

        Please select a Speaker.    Please select a Speaker.
    
        Please select a Speaker.
    
    

Maybe you are looking for

  • Update to version 42. Within hours, he had started 32 version. Why?

    Update to version 42 on the user's computer. Went back later in the day to check on problems and found that the version of Firefox was reduced to 32. The user could not do that. Any ideas?

  • Satellite L300 - 20 d - recovery system disk backup is missing

    I have Norton Protection against viruses and when I backed up my laptop I saved the backup in the D drive which is partition backup drive...I want to factory reset the laptop but I can't do t it says can t find disk backup Is there a CD I can clean t

  • Windows 7 drivers for n083sa

    Hi people, I bought a 15-n083sa Pavilion, Windows 8 with a passion, downgraded to windows 7 x 64 hate and im missing some drivers Any help would be great. Lack of CurrentY: Ethernet controller SM bus controller USB (usb) bus controllers and I have an

  • (windows search) Windows cannot find the search.

    HelloI installed windows search 4, xp, the first operating system was when I set up the search, the search does not now, taking the index is complete he said, the problem isn't getting indexed. Is there that an overlap knows nothing. Can help you in

  • invalid memory card

    My new printer HP Photosmart 5524. Has been fully installed. I'm trying to print from my memory card. He says: "memory card error. Please remove card ' Twice he continued through to press for the picture to print. After a minute or two. Back to memor