Note that there are some explanatory texts on larger screens.

plurals
  1. UStrucker_jim
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COThanks Brian. It would be fine to use a ScriptFolderPath property, apart from within that folder there would still need to be a standardised heirarchy. I like the application setting idea..wish I'd thought of that myself ;). I'm thinking I can register each of the jQuery file locations against the name of the file in app settings. It's still a bit of extra config that I'd like to avoid, but at least it would be accessable and easily tweaked by other developers..the benefit being they can put a control into a page with no need to adjust the page markup for it.
      singulars
    2. COI'm trying to mitigate for the fact that an underlying property name doesn't have to mirror the interface property name. I've created an IMailMergeable interface with a propety called TextToMerge. When an object is given to my web control it populates its control labels using the display names of the properties. If the object is IMailMergable a list of the merge fields appears and asks the user to highlight and drag them to a TextToMerge field on the page. But, the TextToMerge property might be called 'Message' so that would confuse the user.
      singulars
    3. COBrilliantly Put...another point to note is that you can test for compliance to a given interface and cast objects into a given interface eg: If TypeOf(object) is ILifeForm Then CType(object, ILifeform).Speak
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload