As widgets porting built Maqetta 9 to 10?

26 views
Skip to first unread message

edwinspire dev

unread,
May 11, 2013, 12:22:55 PM5/11/13
to maqett...@googlegroups.com
Best regards.
I have a project developed with Maqetta and has many widgets, as I can do to port them to Maqetta 10?
Some widgets have behaved the rewriting and turning them because they are small but for larger as I do?

Another thing I found difference between version 9 and 10 is that for example to create a FilteringSelect Maqetta September the code as follows:

   <select data-dojo-type = "dijit / form / FilteringSelect" value = "Item 1" intermediateChanges = "false" trim = "false" uppercase = "false" lowercase = "false" propercase = "false" required = "true "invalidMessage =" $ _unset_ $ "pageSize =" Infinity "searchDelay =" 200 ">
     value="Item <option> #1">
       Item 1 </ option>
     value="Item <option> #2">
       Item 2 </ option>
     value="Item <option> #3">
       Item 3 </ option>
   </ select>

But Maqetta 10 the code is as follows:

   <select data-dojo-type = "dijit / form / FilteringSelect" value = "Item 1" intermediateChanges = "false" trim = "false" uppercase = "false" lowercase = "false" propercase = "false" required = "true "invalidMessage =" $ _unset_ $ "pageSize =" Infinity "searchDelay =" 200 ">
     value="Item <option> #1">
       Item 1 </ option>
     value="Item <option> #2">
       Item 2 </ option>
     value="Item <option> #3">
       Item 3 </ option>
   </ select>


No problem having "dijit / form / FilteringSelect" or "dijit / form / FilteringSelect"?

Jon Ferraiolo

unread,
May 12, 2013, 12:15:23 PM5/12/13
to maqett...@googlegroups.com
I'm not sure I understand your questions. When you say you have many widgets, are these many Dojo widgets that are all supported as standard widgets in Maqetta, or you have custom widgets that you created with the Save As Widget command, or custom widgets that are part of a custom (extended) build of Maqetta that has more widgets than the version of Maqetta than runs at Maqetta.org?

Regarding the two code snippets, they look the same when I view the post on Google groups. 

Jon Ferraiolo


--
You received this message because you are subscribed to the Google Groups "Maqetta Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to maqetta-user...@googlegroups.com.
To post to this group, send email to maqett...@googlegroups.com.
Visit this group at http://groups.google.com/group/maqetta-users?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages