问题标签 [bulletedlist]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
2896 浏览

python - 如何使项目符号直接出现在python的reportlab包中缩进列表的文本旁边?

我正在使用 reportlab 2.6 的 ListFlowable 制作带有彩色圆圈项目符号的项目符号列表。但是,我希望项目符号出现在文本旁边,而不是与前面的非缩进文本对齐。我试图打开 ListFlowable 源,但在那里找不到太多。这是我所拥有的:

此代码导致: 不想要

但我希望它看起来像: 期望的

我手动编辑了第二张图像以获得所需的效果。

我想在列表中创建一个列表,以获得缩进的项目符号,但我不知道如何使文本更接近项目符号。

0 投票
1 回答
1375 浏览

c# - How to convert plain text to html and assign it to an
  • in c#
  • I have a string with html content as follows:

    I am assigning this string value to the text property of a bulleted list as follows:

    The purpose is to display "are" in bold. But currently it displays the string as it is. What property of the bulleted list is to be used to render the html controls in the string? Any help is appreciated.

    0 投票
    0 回答
    154 浏览

    dotnetnuke-6 - DNN 6.x 中的 RadEditor - 嵌套的项目符号语法不正确

    通常,使用 RadEditor 创建嵌套的项目符号列表很容易。我创建了一个很长的项目符号列表,然后选择列表的子部分,我想把它做成一个子列表,点击缩进按钮,我很好。

    但是在 DNN 6.x 中,当我这样做时,它会在闭合的 li 元素之间插入子列表,而不是作为其中一个 li 元素的子列表。

    预期语法:

    我得到的语法:

    关于为什么会发生这种情况以及如何避免它的任何想法?

    0 投票
    0 回答
    164 浏览

    asp.net-mvc -
  • 不起作用。MVC
  • 我有一个视图,我试图将文本显示为项目符号(<ul> <li>),但它似乎不起作用。我尝试 <ul><li>不将它们封闭在<div>仍然没有运气。是什么阻止它在文本前面显示项目符号。

    0 投票
    1 回答
    249 浏览

    html - asp:BulletedList 未对齐
      清空时

    我在一个 div“style=display:table”中有两个 asp:BulletedList。这个想法是一个将包含 asp:ListItems,用户可以在它们之间拖放以创建另一个选定项目列表。

    这是代码

    简单吧?这里还有这个 JQuery,它允许在每个列表中重新排序以及在它们之间拖放。

    元素是否具有 ID 的条件是阻止列表本身被拖动,我认为它会出错,这可以满足我的需要,但仅供参考,如果没有它,我就会出现问题。

    (不能在这里张贴照片.......出于某种原因)

    https://fbcdn-sphotos-ga.akamaihd.net/hphotos-ak-ash3/946310_10151467867553519_1667792056_n.jpg

    除了...之外,拖放工作正常。当我拖放以便在任一 BulletedLists 中没有剩余的 ListItems 时,就会发生这种情况。

    https://fbcdn-sphotos-ca.akamaihd.net/hphotos-ak-prn1/945900_10151467867548519_1597804249_n.jpg

    任何想法,muchas grazias 和 danke 寻求任何帮助。

    0 投票
    1 回答
    595 浏览

    ckeditor - CKEDITOR 4 inline mode Toolbar in LI contenteditable

    在 CKEDITOR 4 中,我使用的是内联模式

    我有一个 BulletedList<ul contenteditable="true">

    当我按 ENTER 时,我不能不创建一个带有<P contentenditable="true">子项的新 LI,以便拥有用于格式文本选项的工具栏。

    这里是 JSFIDDLE

    这里是列表插件源

    0 投票
    2 回答
    2192 浏览

    java - JTextPane - 带有 HTMLEditorKit 列表的项目符号无法正确呈现,除非我执行 setText(getText()) 并重新绘制

    我有:

    然后稍后我尝试向工具栏添加一个无序列表按钮,以便操作是:

    如果我转储生成的 html,这确实包括正确的代码。然而,它会被渲染得非常糟糕,甚至不接近合理,如下图所示:

    生成的子弹的快照

    但是,如果我这样做:

    那么一切都很好。但如果我不做两条线,那么两者都不会单独工作。我还可以通过在使 jtextPane 可见之前设置文本来使其工作。

    这真的很奇怪,我不明白为什么我必须做 asetText(getText())后跟 a repaint()

    PS:这与这个问题非常相似:How to implement bullet points in a JTextPane? 它可以正常工作,只是它不能正确渲染。我不知道它是否与 HTMLEditorKit 与 RTFEditorKit 有关,但我导致渲染失败。下的html源码就完美了...

    PS2:这个链接也很方便,但也没有显示解决方案。

    更新:这是所要求的完整代码,但没有太多其他...

    0 投票
    2 回答
    521 浏览

    c# - How to show limited number of items in a list based on lines consumed by li

    I am using a bulleted list to show only limited number of items without scrollbar in 'UL' on page loads and then on click of a 'more' button, I want to show the rest of item with scrollbar in UL, for that purpose, I have use following code that works fine:

    in code behid, I bind the list as:

    JS code is like:

    This code is working good for the number of items in the list, but problem is that when any list item is getting into more than one lines, last items are not visible.(as height of ul is fixed).This scenario comes when we see it on lower resolution, in this case, few list items get into more than one line and due to which last items are not visible.

    For example, as shown below, 2nd item gets into two line causing 5th list item to be hidden:

    I am facing this issue because I have have handled this based of number of list items only not the number of lines in the UL. So how can I handle this scenario that more button is shown based on number of line in the UL and number of list item both?

    0 投票
    2 回答
    1095 浏览

    c# - Reapeter 中的 BulletedList

    我在数据库中有 2 个表 w/c 已连接

    现在我希望它在中继器上操纵它

    HTML

    ASP

    0 投票
    1 回答
    91 浏览

    c# - 使用 LINQ 选择对象

    我有一个Radio Bullet List,我想使用 LINQ 设置这个单选列表的值和文本,但是当数据库上的第一个值为“1”时返回“0”。

    在数据库中,我有两列,codcategoria并且dsccategoria,我想定义radio_bullet_listwithcodcategoria的值和显示文本 withdsccategoria

    怎么了?