Search the Community
Showing results for tags 'unimemo'.
-
I tried to use a Selection but I would rather fetch the DblClicked Line of Data (selected or not) instead - please advise. MyScript:= 'dblclick=function dblclick(sender, eOpts) { '+ ' var el = document.getElementById("'+memText.JSName+'_id-inputEl"); '+ ' val = el.value; ' + ' start = el.selectionStart; '+ ' len = el.selectionEnd; '+ ' txt = val.slice(start, len); '+ ' ajaxRequest(MainForm.memText, ''_DblClick_'', ["start="+start, "len="+len, "txt="+txt]); '+ '} '; memText.ClientEvents.ExtEvents.Add(MyScript); Thanks in advance
-
Dear all, for a current project I would need a pro, who is really great in JavaScript to help me with some improvement for a micro-social-media platform. Find a short description here: https://docs.google.com/document/d/1SblZu7W5WcrAIXlmIGRapMlKJVSertY_1Q5gU47-Hec/edit?usp=sharing Any suggestions and offers welcome! Gery
- 1 reply
-
- unimemo
- javascript
-
(and 2 more)
Tagged with:
-
Пробую выводить большой текст в UniMemo и требуется чтобы каждый новый текст сразу перематывался в начало, с обычными Memo вроде делал так - Memo.SelStart:=0 а как перемотать UniMemo в начало ?
-
Hello, i'm searching to copy selected text from a UniMemo1 to clipboard and paste text from clipboard to Unimemo2. can you give me a solution please ? Thank you;
-
MainForm.UniEdit SetValue("TEXT"); ==> OK MainForm.UniLabel SetText("TEXT"); ==> OK MainForm.UniMemo ?????
-
Hi How can select line by click in UniMemo? Best Regards.
-
Hi, I Know there is UniHtmlMemo but, is there anyway a Unimemo can use html to display any formatting of text? The reason I ask is that using Fastreports and its memoview component can only understand very basic html tags so unihtmlmemo is too much for it to handle. If UniMemo can do html I want to create my own editor to only handle basic html tags which fastreports memoview can read from a db. If that makes any sense to anyone! Mark
-
Hello, i 'm creating a memo at runtime but it doesn't appear on the form, can you explain please what's wrong with this code ? var MyMemo:TuniMemo; begin MyMemo:= TUniMemo.Create(Self); MyMemo.Name:='MyMemo'; MyMemo.Left:=10; MyMemo.Top:=10; MyMemo.Width:=164; MyMemo.Height:=89; MyMemo.Hint:=''; MyMemo.Visible:=true; MyMemo.BringToFront; end; Test.zip
-
Add TUniImageList UniBitBtn property equal to the button of DevExpress Add to EmptyText property in the following components: UniComboBox, UniDBComboBox, UniDBEdit, UniMemo, UniDBMemo Add to allowBank property components Input:
- 1 reply
-
- UniBitBtn
- UniComboBox
-
(and 3 more)
Tagged with: