Your company/organization has contributed: 4401 ideas | voted 106130 times | 11885 comments
Back to All ideas or select another IdeaSpace

Tag: HTML 

Previous12Next


12

Expeditor for Eclipse Orion

Stephan H. Wissel1685 - Jul 31, 2011 / Comments (1)
Expeditor is limping behind Eclipse versions. Would it be time to leapfrog and make Expeditor compatible with Eclipse Orion. It would enable a full local HTML UI with all the Expeditor goodies.
21

Import and export bookmarks

IdeaSpace: Notes Client / Other
Tags: notes, html, import, export
Jochen Sack619 - Mar 8, 2011 / Comments (5)
I wish for Notes menu actions to import and export bookmarks to/from Text files (likely in html or xml format).
 
The main reason why I want this is because in my experience bookmark.nsf breaks every once in a while. Often one has to nuke it and replace by a new one. I
14

Be able to Import and export HTML documents

Cindy Kou5700 - Sep 26, 2010 / Comments (0)
HTML round trip fidelity
17

Newsletter feature - with HTML options and distribution list mgmt

Joyce Davis532 - May 26, 2010 / Comments (2)
Although Lotus Connections has a "mail community" feature, it's an all or nothing proposition. A great newsletter feature would include:
  • Ability to create content in HTML
  • Editing workflow to allow review cycles prior to publishing
  • Ability for community members to opt
5

Use of class in default HTML rendering of design elements, particularly views

Stephen McCulloch513 - Apr 27, 2010 / Comments (10)
The default rendering in HTML of Domino design elements typically goes something like this:
 
<table border="0" cellpadding="2" cellspacing="0">     <tr>         <th>Staff</th>         <th>Region</th>         <th>Office</th>     </tr>     <tr valign="top">         <td><img width="16" height="1" src="/icons/ecblank.gif" alt="" />             <a href="/myapp.nsf/...?OpenDocument">LastName, FirstName</a></td>        
19

Syntax Highlighter for the wikis

John Smart833 - Apr 2, 2010 / Comments (2)
A quick glace through wiki pages containing example code (example) proves a systemic usability problem.
 
The wikis should recognize code (through a code tag? through any <pre> tag where the contents start with a less-than character?) and automatically convert/highlight the code.
 
Syntax highlighters are usually done via JavaScript.  Here's one example: 
29

Move away from (or provide an alternative to) Internet Explorer as the MIME render engine

Darren Duke2952 - Mar 24, 2010 / Comments (1)
On the Windows platform IE is the default and (to my knowledge) ONLY render engine used in Lotus Notes 8. This need to be changed as this can cause a significant security risk when people are reading emails from external internet addresses.
 
Any IE security hole could be exposed to the
18

Access to image files, located in database documents from computed-text html

Pavel S378 - Jan 21, 2010 / Comments (1)
Access to image files, located in database documents from computed html, by IMG tag.
 
like this:  [<img src=notes://server/db.nsf/0/2345345345/image.gif?openattachment>]
50

Add HTML Editing To Rich Text Editor

IdeaSpace: Domino Designer
Tags: html, rich text
Peter Presnell26400 - Nov 8, 2009 / Comments (0)
I would like to see the Rich Text editor in the Notes client able to accept HTML in much the same way as many Web rich text editors do via a HTML toggle.  I can already paste html from a Web site into the editor so it seems to already
25

Method for synchronizing /lotus/domino/data/domino/html amongst clustered servers - as a Domino task

Lawrence Micallef721 - May 29, 2009 / Comments (0)
It would be great if there was a way to sync the Domino HTML folders amongst clustered servers with a Domino task/program.
 
Quite often you have small HTML files kicking around in this folder, like favicon, robots.txt, a bunch of quickr/sametime plugins, CABs and jars - and it can be a
29

Add ID Attribute to Domino generated Form tags

Sean Burgess5141 - May 13, 2009 / Comments (1)
Currently, when Domino presents a form to a web browser, the FORM tag only contains the NAME attribute.  Many JavaScript frameworks have issues accessing the form using the name attribute, especially in Firefox.  it would be much better if the ID attribute was also set.  I know this can be done
33

Support pass-thru HTML in the Notes client for Mac

The Turtle832 - Jan 14, 2009 / Comments (2)
The Mac client lacks the ability to flag text within a rich text field as passthru HTML.  What's more, when you're editing an existing document that contains passthru HTML (presumably done on a Windows client), even touching the existing passthru is an invitation to a world of hurt.
 
Passthru HTML should
8

Persist semantics into web-based information

Michael Beaver81 - Oct 7, 2008 / Comments (3)
Much of IBM's technical content is authored in an XML language known as DITA, which provides a very structured and semantically rich approach to marking up information.  To offer this content in a web-based environment such as an Information Center, the DITA XML content is transformed to HTML and all
32

Add Table Row HTML Attributes

IdeaSpace: Domino Designer
Tags: HTML, Table, Rows
Tim Paque2742 - Sep 24, 2008 / Comments (1)
Add Table Row attributes:
 
Currently Cells and Entire tables have tags for IDs, Rows do not.
Under "Row Tags" for the table, it only offers Name.
 
I often need to set Row attributes, but have to write the entire table in HTML because I haven't found a simple way to set row attributes
27

Quick Key for Pass Through HTML

IdeaSpace: Domino Designer
Tags: Designer, HTML, UI
Matt Cooper155 - May 2, 2008 / Comments (3)

It would be nice to use quick keys to convert a selection to "Pass Through HTML". 

30

Enable browser 'right-click' functions when reading HTML emails

IdeaSpace: Notes Client / Mail
Tags: notes, html, link
Stuart Mcintyre1283 - Apr 15, 2008 / Comments (0)
HTML emails render in a very similar manner to HTML web pages, that's obvious... This includes embedded links to external URLs, links to images etc.
 
However, Notes 8.0.x does not offer any additional 'right-click' options on HTML emails to support these resources.  e.g. Copying links to be used elsewhere ("Copy shortcut"
7

full support of HTML and JavaScript for workspace.dialogbox

Patrick Kwinten21943 - Feb 20, 2008 / Comments (5)

full support for HTML and JavaScript when presenting a form in a dialogbox window would increase the look and functionality of the dialogbox (Notes client).

Nowadays passthru html is supported but a simple

<div style="border:1px solid #FF000;"> My div</div>

has not the desired effect.

I would also like support for JS so we can

6

Allow HTML file with image in signature

IdeaSpace: Notes Client / Mail
Tags: HTML, signature, image
Bastian Wieczorek8015 - Feb 13, 2008 / Comments (3)
From the IBM Technote: 1232229
-----------------------------------
You are using a HTML file as your mail signature. This HTML file is set up with an image in the background and text
34

Server-side includes on HTML pages

Eric Wilson1596 - Jan 30, 2008 / Comments (3)
Most web servers already support the ability to combine content from various sources into a single HTML page on the server but Domino does not.
 
Domino needs this!  An example is an HTML page which pulls content from Domino DBs into an otherwise static HTML page.  Some might say the page
30

Better rendering when pasting in web content

J Franchetti745 - Jan 18, 2008 / Comments (3)
Make Pasting Smarter
I often compose email messages that need to include content from a web page.  A simple cut/paste into a Notes email often results in an ugly email.  I find myself trying to use "Paste Special", trying various formats, and then cleaning it up.
 
There are several similar "ideas" here that relate


Previous12Next
Username:
Password:

Welcome to IdeaJam™


You can run IdeaJam™ in your company. It's easy to install, setup and customize. Your employees, partners and customers will immediately see results.

Use IdeaJam to:

  • Collect ideas from employees
  • Solicit feedback and suggestions from employees and customers
  • Run innovation contests and competitions
  • Validate concepts
  • Use the power of "crowd-sourcing" to rank ideas and allow the best ideas to rise to the top

IdeaJam™ works with:

  • IBM Connections
  • IBM Lotus Quickr
  • Blogs and Wikis
  • Websphere Portal
  • Microsoft Sharepoint
  • and other applications.

IdeaJam has an extensive set of widgets and API's that allow you to extend and integrate IdeaJam™ with other applications.

Learn more about IdeaJam >>







IdeaJam developed by