search for: contenteditable

Displaying 16 results from an estimated 16 matches for "contenteditable".

2020 Oct 09
1
Feature request.
On 09/10/2020 12:52, lists wrote: > I have to say I'm totally baffled since I do nothing when LetsEncrypt renews the certificate. > > I know the cert has been updated because the mail clients asks me if I trust the certificate. Curious. The mail clients really shouldn't ask anything when encountering a valid certificate. Are you sure the client isn't asking you to trust an
2020 Jul 19
1
I need some help with my Dovecot and Postfix configs - I'm unable to log in on my mail server
Autocinfiguration is fine, my problem is that once everything is (auto)configurated (correctly, checked this) that the server doesn't accept my login request. STARTTLS is correct, ports are correct etc. My mail is correct, my password is correct (tried with copy paste) and also with name as username and name at domain aswell (name was also copy pasted). On 19/07/2020 12:43, Bernardo Reino
2007 Feb 14
0
How to use Rpad
...="top"><td> <p>Here is a basic R input section followed by the output: </p> <pre dojoType="Rpad" rpad_type="R"> data(iris) dataset = iris options(width=50) summary(dataset) </pre> <p>Now lets do some fancy HTML output: <span contenteditable="false"> <input onclick= "javascript:rpad.calculatePage()" value="Calculate" type= "button"></span> </p> <textarea dojoType="Rpad" rows="4" cols="50"> HTMLon() Html(head(dataset)) </text...
2020 Oct 26
3
SV: SV: Looking for a guide to collect all e-mail from the ISP mail server
Actually the reverse pointer doesn't have to match. In fact this is impossible if you are setting up virtual accounts on one server for different domains. You just need to have a reverse pointer. Most email servers look to seen if the reverse pointer has a "dyn" in it and blocks those. ? Original Message ? From: build+dovecot at de-korte.org Sent: October 26, 2020 2:02 AM
2017 Apr 17
3
Voicemail asking for login
We have a template for extensions and voicmail. They look like this: exten => %ACCOUNT%,1,Verbose(0,Entering extension %ACCOUNT%) same => n(DialDesk),Verbose(0,${CALLERID(all)} Calling ${EXTEN}) same => n,Dial(SIP/%ACCOUNT%,30) same => n(VoiceMail),Set(CDR(userfield)=VoiceMail) same => n,Verbose(0,${CALLERID(all)} going into voice mail for %ACCOUNT%)
2020 Oct 27
1
Looking for a guide to collect all e-mail from the ISP mail server
2020 Oct 26
2
Looking for a guide to collect all e-mail from the ISP mail server
> 2. install and configure OfflineIMAP to synchronize the IMAP folders between your ISP IMAP server and your Dovecot server; see for example > http://www.offlineimap.org/doc/quick_start.html OfflineIMAP is not the way to go. Many ISPs have very low size limits for the mailbox sizes. The one I am looking at right now does have this problem (unless you pay extra). From what I have
2006 Nov 04
0
Pure-DOM JS based rich text editor
...o, I''ve written a proof-of-concept rich text editor, using Prototype, which works through DOM manipulation. http://www.fluffy.co.uk/stediting/ This shows it''s possible to do structured and styled text editing without resorting to those nasty browser specific things like contentEditable and designMode. Not using the browser''s editing removes the need to do the markup cleaning and continually adjusting the code to keep up with the browsers. This approach also allows a lot more control in what is edited, and surprisingly, the code seems about the same complexity as o...
2006 May 25
3
Name of action inside template
Hi all, How do I know the name of the action currently invoked inside RHTML template? I need to make a text_field readonly when the action is ''edit'' and readwrite when the action is ''new''. Tq, John
2013 Jan 28
0
Markdown Here: write email in Markdown
...useful as well. Adam Pritchard * "email": Gmail webmail, Yahoo webmail, Hotmail webmail, and Thunderbird (all must have rich compose enabled). It also works very well in Google Groups posts, and to varying degrees with Evernote and Wordpress web interfaces. Specifically, it works with `contenteditable` compose boxes. ** "Markdown": Github-flavored. The JS rendering library I used is: https://github.com/chjj/marked -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://six.pairlist.net/pipermail/markdown-discuss/attachments/20130127/c65035fa/attachme...
2019 Aug 27
0
Opus Todo
...</div><div><br></div><div>So part of the wiki is out of date? Beside Opus-tools, I also concern about the spec, optimization and future work in wiki. Could you tell me about if they are out of date?</div> <div class="NETEASEMAILMASTERLOCALSIGNATURE" contenteditable="false"> <div id="imail_signature"></div> </div> <div class="J-reply" style="background-color:#f2f2f2;color:black;padding-top:6px;padding-bottom:6px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;margin-...
2005 Dec 22
6
Scriptaculous and Prototype based Rich Text Editor
Hi Guys, I'm currently using the Dojo Rich text editor on my site https://wideword.net but am not 100% happy with it as I'm a prototype kind of guy. So I started writing this Rich Text Editor the other day on an experiment. I used the In Place Editor as a template for it and have gotten it to more or less work under IE and Gecko. Unfortunately it still isn't working on Safari ( The
2019 Aug 27
4
Opus Todo
Hi, I had found a Opus TODO list in https://wiki.xiph.org/index.php?title=OpusTodo&mobileaction=toggle_view_desktop . The item "Opus-tools" interest me. And here is my question about "Port opusdec to libopusfile/libopusurl": 1. Does this function have achieved? On one hand, I think not literally. On the other hand, after briefly reviewing opusdec.c of opus-tools, I found
2007 Feb 28
7
Showdown -- A javascript port of Markdown
Hi, I've just posted the first public version of Showdown, a full javascript port of Markdown. It's 10KB and works in all major browsers. Try out the sample app: <http://www.attacklab.net/showdown-gui.html> Full source code is available: <http://www.attacklab.net/showdown-v0.9.zip> All the heavy lifting is done by the browser's regular expression engine, so
2005 Jul 18
13
in place text edit
I''ve written a pretty nice Flickr style in place text edit JavaScript control based on the Script.aculo.us library. API is like this: <span id="editme">Edit me!</span> <script> new InPlaceEditor($(''editme''), ''url/to/action''); </script> Background changes to gray as mouse hovers over the text (like flickr) and the
2014 May 02
0
Wine release 1.7.18
...s for storage locking. ole32/tests: Add tests for sharing storages in transacted mode. ole32: Reserve the range lock sector. ole32: Initial storage file locking implementation. gdiplus/tests: Fix image leak in graphics test. Zhenbo Li (2): mshtml: Added IHTMLElement3::contentEditable property implemention. mshtml: Added IHTMLTable::width property implementation. -- Alexandre Julliard julliard at winehq.org