Search Results

Type: Posts; User: iskrazvezda

Search took 0.01 seconds.
  1. This one

    https://harvesthq.github.io/chosen/#multiple-select
  2. I'd like to know if there's a way to mimic the functionality of "chosen" component with the Ext Net available components, i've tried with a multiselect combobox, but it's getting complicated to adapt...
  3. I have this class




    public class ScoreCardModel
    {

    public int IdScoreCard { get; set; }
  4. It worked! Thank you some much Daniil
  5. I'm using ternary at



    <input type="image" src="/icons/email-png/ext.axd" class="icon {[ IsPhoneNumber ? 'phone':'']}" onclick="IntentEmail('{Content}');" />


    And i would like to use a...
  6. I've tried with Models values, i'd would like to know if there's a online reference for the use of tpl and xtemplates on razor engine, i've search for ternary and conditional flow control structures...
  7. I would like to know how to use ternary operator on tpl within a dataview using razor engine



    .Store(X.Store()
    ....
    ).Tpl(@<text>
    ...
  8. I would like to know how to use ternary operator on tpl within a dataview using razor engine



    .Store(X.Store()
    ....
    ).Tpl(@<text>
    ...
  9. That's a good approach to customize components at initialization.

    Thank you.
  10. Thank you @Daniil

    I found your solution quite neat and understandable, i think it's the way to go when you are aware of all FormPanel instances

    I also tried a client side approach, I noticde...
  11. How can i overwrite the label separator used when calling FormPanelFor for creating model support forms
Results 1 to 11 of 11