Search Results

Type: Posts; User: okutbay

Search took 0.02 seconds.
  1. Thanks for your response.

    I thought i was doing those... Seems something done wrong. Can you provide me a basic sample?

    Thanks in advance...
  2. After load the editor contains a " " (As you see this forum's add topic editor)

    Setting text like Text="" did not worked. After setting text property with a space problem solved.


    Text="...
  3. Hi,

    HtmlEditor enables/disables toolbar buttons by groups.
    For examle you can enable colors by EnableColors="true" property

    This shows two buttons on the toolbar. Text Color and Highlight...
  4. Hi, is it possible to hide only highlight button?
  5. i have the same problem... populated all data but nothing is changed...

    lookin for a solution...
  6. There are some ext. controls on my page.

    How can i post(back) (none ajax way)?

    Is there any sample?
  7. is it possible to change message of the even mask by dynamically in code behind.

    For example in examples https://examples1.ext.net/#/Layout/FormLayout/Login/ there is a event mask for the button....
  8. Why don't you try lower levels like database level or object level?

    In my opinion this will be much faster and easier...
  9. I do not understand what you mean. Do you want to clear grid row selection?

    If yes here is the sample.


    RowSelectionModel sm = this.GridPanel2.SelectionModel.Primary as...
  10. I have a similar problem. There is a server side method.



    Protected Sub AddSelectedProjectToMassReportQueue(ByVal sender As Object, ByVal e As Coolite.Ext.Web.AjaxEventArgs)
    Dim...
  11. This is your data store



    <!-- Data Stores -->
    <ext:Store ID="storeProjects" runat="server" OnRefreshData="storeProjects_Refresh">
    <Reader>
    <ext:JsonReader>
    ...
  12. <KeyPress Handler="if(window.event.keyCode == 13) {Ext.Msg.alert('enter', 'enter');}" />


    is there another way to write in extjs?
  13. How can i show this alert only enter pressed?

    Thanks in advance



    <ext:TextField ID="txtEMail" runat="server" EmptyText="E-Posta Adresinizi yaziniz."
    FieldLabel="Kullanici Adi"...
Results 1 to 13 of 13